mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
Make NoKeepAliveIsolateSOCKSAuth work as expected
This commit is contained in:
parent
fcec1f3381
commit
7ffc048f0a
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user