commit 5d99985e438e6f602731612248e8f58f66db7a49
parent 400bc46d838e830b058bd0f3596a88916d409e4c
Author: David Goulet <dgoulet@torproject.org>
Date: Tue, 19 May 2020 15:14:38 -0400
Merge branch 'tor-github/pr/1894'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/app/config/config.c b/src/app/config/config.c
@@ -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);