ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/s_bsd.c
(Generate patch)

Comparing ircd-hybrid-8/src/s_bsd.c (file contents):
Revision 1247 by michael, Sat Oct 1 07:54:24 2011 UTC vs.
Revision 1309 by michael, Sun Mar 25 11:24:18 2012 UTC

# Line 40 | Line 40
40   #include "irc_res.h"
41   #include "restart.h"
42   #include "s_auth.h"
43 < #include "s_conf.h"
44 < #include "s_log.h"
43 > #include "conf.h"
44 > #include "log.h"
45   #include "s_serv.h"
46   #include "send.h"
47   #include "memory.h"
# Line 246 | Line 246 | close_connection(struct Client *client_p
246    if (client_p->localClient->fd.flags.open)
247      fd_close(&client_p->localClient->fd);
248  
249  if (HasServlink(client_p))
250  {
251    if (client_p->localClient->ctrlfd.flags.open)
252      fd_close(&client_p->localClient->ctrlfd);
253  }
254
249    dbuf_clear(&client_p->localClient->buf_sendq);
250    dbuf_clear(&client_p->localClient->buf_recvq);
251    

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)