tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit a09eb66cc73b33dc81cba0258586033fb58904bf
parent b50fcdc2e79e5ab639af5f53d74a4d2474821223
Author: Nick Mathewson <nickm@torproject.org>
Date:   Tue,  8 Dec 2020 08:19:37 -0500

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

Diffstat:
Msrc/app/config/config.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/app/config/config.c b/src/app/config/config.c @@ -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; }