question for nick about daemonizing

svn:r334
This commit is contained in:
Roger Dingledine
2003-06-18 05:52:32 +00:00
parent f8d431d801
commit 1cf70aeb79
+1 -1
View File
@@ -783,7 +783,7 @@ void daemonize(void) {
umask(000);
fclose(stdin);
fclose(stdout);
fclose(stdout); /* XXX Nick: this closes our log, right? is it safe to leave this open? */
fclose(stderr);
}