From: Juan B. <tu...@us...> - 2006-01-01 00:55:31
|
Update of /cvsroot/solidircd/solidircd-stable/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28247/src Modified Files: s_bsd.c s_misc.c Log Message: Index: s_bsd.c =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/src/s_bsd.c,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** s_bsd.c 30 Dec 2005 21:29:28 -0000 1.5 --- s_bsd.c 1 Jan 2006 00:55:22 -0000 1.6 *************** *** 905,911 **** if (cptr->fd >= 0) { - #ifdef HAVE_SSL - if (!IsDead (cptr)) - #endif dump_connections(cptr->fd); local[cptr->fd] = NULL; --- 905,908 ---- Index: s_misc.c =================================================================== RCS file: /cvsroot/solidircd/solidircd-stable/src/s_misc.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** s_misc.c 9 Jul 2005 23:30:03 -0000 1.7 --- s_misc.c 1 Jan 2006 00:55:22 -0000 1.8 *************** *** 637,644 **** sptr->hostip); ! sendto_serv_butone(NULL, ":%s CONOPS :Client exiting: %s (%s@%s) [%s] [%s]", ! me.name, sptr->name, sptr->user->username, ! sptr->user->host, (sptr->flags & FLAGS_NORMALEX) ? "Client Quit" : ! comment, sptr->hostip); } --- 637,644 ---- sptr->hostip); ! sendto_serv_butone(NULL, ":%s CONOPS :Client exiting: %s (%s@%s) [%s] [%s]", ! me.name, sptr->name, sptr->user->username, ! sptr->user->host, (sptr->flags & FLAGS_NORMALEX) ? "Client Quit" : ! comment, sptr->hostip); } |