The source project of this merge request has been removed.
Fix ControlSocketsGroupWritable typo
In config.c
, this error:
*msg = tor_strdup("Setting ControlSocketGroupWritable without setting "
should be:
*msg = tor_strdup("Setting ControlSocketsGroupWritable without setting "
This MR fixes #40215 (closed).
Edited by Neel Chauhan