Skip to content
Snippets Groups Projects
Commit b3471bbc authored by Roger Dingledine's avatar Roger Dingledine
Browse files

closing stdout *should* be safe (we'll see)

svn:r601
parent ba9b542e
No related branches found
No related tags found
No related merge requests found
......@@ -752,7 +752,7 @@ void daemonize(void) {
umask(000);
fclose(stdin);
fclose(stdout); /* XXX Nick: this closes our log, right? is it safe to leave this open? */
fclose(stdout);
fclose(stderr);
#endif
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment