mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix spacing in if statement in port_parse_config()
This commit is contained in:
@@ -6159,7 +6159,7 @@ port_parse_config(smartlist_t *out,
|
||||
portname);
|
||||
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, "
|
||||
"WorldWritable, or RelaxDirModeCheck, but it is not a "
|
||||
"unix socket.", portname);
|
||||
|
||||
Reference in New Issue
Block a user