FS-3034 --resolve

This commit is contained in:
Jeff Lenk 2011-07-05 11:57:13 -05:00
parent 25be760bbc
commit fba2bbfeb5
1 changed files with 1 additions and 1 deletions

View File

@ -2655,7 +2655,7 @@ static int config(void)
prefs.port = (uint16_t) atoi(val);
} else if (!strcmp(var, "password")) {
set_pref_pass(val);
} else if (!strcasecmp(var, "apply-inbound-acl")) {
} else if (!strcasecmp(var, "apply-inbound-acl") && ! zstr(val)) {
if (prefs.acl_count < MAX_ACL) {
prefs.acl[prefs.acl_count++] = strdup(val);
} else {