]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix spacing in if statement in port_parse_config()
authorNeel Chauhan <neel@neelc.org>
Sun, 17 May 2020 05:23:59 +0000 (22:23 -0700)
committerNeel Chauhan <neel@neelc.org>
Sun, 17 May 2020 05:23:59 +0000 (22:23 -0700)
src/app/config/config.c

index 7ed373c548dc0c5804ba271c0c48c36ec3174d6f..71f8c18ca201d803ea8ca2581165a1e3969def60 100644 (file)
@@ -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);