Commit a09eb66c authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Merge remote-tracking branch 'tor-gitlab/mr/219'

parents b50fcdc2 0522f0e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3291,7 +3291,7 @@ options_validate_cb(const void *old_options_, void *options_, char **msg)
  }
#else /* defined(HAVE_SYS_UN_H) */
  if (options->ControlSocketsGroupWritable && !options->ControlSocket) {
    *msg = tor_strdup("Setting ControlSocketGroupWritable without setting "
    *msg = tor_strdup("Setting ControlSocketsGroupWritable without setting "
                      "a ControlSocket makes no sense.");
    return -1;
  }