diff options
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c index 66ee6cd52b..397d77b7d9 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1084,8 +1084,6 @@ options_act_reversible(or_options_t *old_options, char **msg) /* Setuid/setgid as appropriate */ if (options->User) { - /* XXXX021 We should only do this the first time through, not on - * every setconf. */ if (switch_id(options->User) != 0) { /* No need to roll back, since you can't change the value. */ *msg = tor_strdup("Problem with User value. See logs for details."); |