mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Merge remote-tracking branch 'tor-gitlab/mr/219'
This commit is contained in:
commit
a09eb66cc7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user