mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
Typo fix in warning message about ControlSocket
This commit is contained in:
parent
929b46f44a
commit
cd8c96ce02
1 changed files with 1 additions and 1 deletions
|
@ -3400,7 +3400,7 @@ options_validate_cb(const void *old_options_, void *options_, char **msg)
|
||||||
}
|
}
|
||||||
#else /* defined(HAVE_SYS_UN_H) */
|
#else /* defined(HAVE_SYS_UN_H) */
|
||||||
if (options->ControlSocketsGroupWritable && !options->ControlSocket) {
|
if (options->ControlSocketsGroupWritable && !options->ControlSocket) {
|
||||||
*msg = tor_strdup("Setting ControlSocketGroupWritable without setting"
|
*msg = tor_strdup("Setting ControlSocketGroupWritable without setting "
|
||||||
"a ControlSocket makes no sense.");
|
"a ControlSocket makes no sense.");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue