summaryrefslogtreecommitdiffhomepage
path: root/svr-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-main.c')
-rw-r--r--svr-main.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/svr-main.c b/svr-main.c
index ddf5445..616ddaf 100644
--- a/svr-main.c
+++ b/svr-main.c
@@ -125,8 +125,9 @@ void main_noinetd() {
int childsock;
int childpipe[2];
- // Note: commonsetup() must happen before we daemon()ise. Otherwise
- // daemon() will chdir("/"), and we won't be able to find local-dir hostkeys.
+ /* Note: commonsetup() must happen before we daemon()ise. Otherwise
+ daemon() will chdir("/"), and we won't be able to find local-dir
+ hostkeys. */
commonsetup();
/* fork */