Make NoKeepAliveIsolateSOCKSAuth work as expected

This commit is contained in:
Nick Mathewson 2015-09-08 14:03:54 -04:00
parent fcec1f3381
commit 7ffc048f0a

View File

@ -6263,7 +6263,7 @@ parse_port_config(smartlist_t *out,
} else if (!strcasecmp(elt, "IsolateClientAddr")) {
isoflag = ISO_CLIENTADDR;
} else if (!strcasecmp(elt, "KeepAliveIsolateSOCKSAuth")) {
socks_iso_keep_alive = 1;
socks_iso_keep_alive = ! no;
} else {
log_warn(LD_CONFIG, "Unrecognized %sPort option '%s'",
portname, escaped(elt_orig));