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

This commit is contained in:
Nick Mathewson 2020-12-08 08:19:37 -05:00
commit a09eb66cc7

View File

@ -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;
}