mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
Merge branch 'tor-github/pr/1894'
This commit is contained in:
commit
5d99985e43
@ -6159,7 +6159,7 @@ port_parse_config(smartlist_t *out,
|
|||||||
portname);
|
portname);
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
if ( has_used_unix_socket_only_option && ! unix_socket_path) {
|
if (has_used_unix_socket_only_option && !unix_socket_path) {
|
||||||
log_warn(LD_CONFIG, "You have a %sPort entry with GroupWritable, "
|
log_warn(LD_CONFIG, "You have a %sPort entry with GroupWritable, "
|
||||||
"WorldWritable, or RelaxDirModeCheck, but it is not a "
|
"WorldWritable, or RelaxDirModeCheck, but it is not a "
|
||||||
"unix socket.", portname);
|
"unix socket.", portname);
|
||||||
|
Loading…
Reference in New Issue
Block a user