]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix two things: (1) log gets replaced by a user fd after restart causing debug log...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 24 Mar 2007 18:50:40 +0000 (18:50 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sat, 24 Mar 2007 18:50:40 +0000 (18:50 +0000)
commit922069afab3804acdd53b5daeef35e6a603d43b2
tree5d5942043e20bf370e277f293f33db0124e4bea1
parent97d1b1791c4af29212cd647c2a327e63f05ab008
Fix two things: (1) log gets replaced by a user fd after restart causing debug log to go to a user's status window (!)
(2) restart failing due to segfault within libc (this is because some moron decided that stdin, stdout, and stderr should still be non-null if the files arent actually open!)

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6707 e03df62e-2008-0410-955e-edbf42e46eb7
src/inspircd.cpp
src/socket.cpp
src/users.cpp