- irc.c: remove assumption that socket() returns fd higher than 0 (which it probably...
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Sat, 27 Jun 2015 17:18:30 +0000 (17:18 +0000)
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>
Sat, 27 Jun 2015 17:18:30 +0000 (17:18 +0000)
commit20d8ca9717aaca52e0bd960b57e58feb5389d401
tree3ff497372aff64305f783e1006be6148b3f2b0ff
parent45fbcc78d2aaa9c5c9d563d23c2551051d9492f5
- irc.c: remove assumption that socket() returns fd higher than 0 (which it probably won't because of
  log files opened before, but let's remove that limitation anyway); removed close() in irc_init()
  since IRC_FD is always -1 at this point

git-svn-id: svn://svn.ircd-hybrid.org/svnroot/hopm/trunk@6215 82007160-df01-0410-b94d-b575c5fd34c7
src/irc.c