mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
question for nick about daemonizing
svn:r334
This commit is contained in:
parent
95e5384af3
commit
a270a93da0
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user