mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote-tracking branch 'dgoulet/bug21294_030_02'
This commit is contained in:
@@ -2826,8 +2826,8 @@ test_options_validate__single_onion(void *ignored)
|
||||
tt_int_op(ret, OP_EQ, -1);
|
||||
tt_str_op(msg, OP_EQ, "HiddenServiceNonAnonymousMode is incompatible with "
|
||||
"using Tor as an anonymous client. Please set "
|
||||
"Socks/Trans/NATD/DNSPort to 0, or HiddenServiceNonAnonymousMode "
|
||||
"to 0, or use the non-anonymous Tor2webMode.");
|
||||
"Socks/Trans/NATD/DNSPort to 0, or revert "
|
||||
"HiddenServiceNonAnonymousMode to 0.");
|
||||
tor_free(msg);
|
||||
free_options_test_data(tdata);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user