summaryrefslogtreecommitdiff
path: root/src/or/config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/config.c')
-rw-r--r--src/or/config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c
index 70472f3cc4..e1f0acc9b9 100644
--- a/src/or/config.c
+++ b/src/or/config.c
@@ -432,8 +432,8 @@ options_act(void)
return -1;
}
- /* Bail out at this point if we're not going to be a server: we want
- * to not fork, and to log stuff to stderr. */
+ /* Bail out at this point if we're not going to be a client or server:
+ * we want to not fork, and to log stuff to stderr. */
if (options->command != CMD_RUN_TOR)
return 0;