X-Git-Url: https://www.tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Ftincctl.c;h=87bbfe0187e64e5548e15230143adf5a73393a09;hb=628739fb41f3877b2da0f8fb50793a2f51ff70c4;hp=0beebc21fcafa260aeb41e2542eec24c9e5fcb12;hpb=b7792fa9d0d742f05175ff9c01d651ad76d525cc;p=tinc diff --git a/src/tincctl.c b/src/tincctl.c index 0beebc21..87bbfe01 100644 --- a/src/tincctl.c +++ b/src/tincctl.c @@ -1887,7 +1887,7 @@ static int cmd_config(int argc, char *argv[]) { found = true; variable = (char *)variables[i].name; - if (!strcasecmp(variable, "Subnet")) { + if(!strcasecmp(variable, "Subnet")) { subnet_t s = {0}; if(!str2net(&s, value)) {