mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
closing stdout *should* be safe (we'll see)
svn:r601
This commit is contained in:
parent
ba9b542e93
commit
b3471bbc55
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user