]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Explicitly shut down stdio's stdin/stdout/stderr.
authorWilliam Pitcock <nenolod@dereferenced.org>
Sun, 15 Apr 2012 14:40:58 +0000 (09:40 -0500)
committerWilliam Pitcock <nenolod@dereferenced.org>
Sun, 15 Apr 2012 14:40:58 +0000 (09:40 -0500)
The previous logic here was to only do this if stdio was connected to a controlling
terminal.  However, we must do this always to avoid information leaks and other
problems related to stdio.

The only exception is if we are in debug mode.


No differences found