CVSROOT    : /cvsroot/undernet-ircu
Module     : ircu2.10
Branch tags: u2_10_11_05
Commit time: 2003-10-25 03:27:19 UTC

Modified files:
  Tag: u2_10_11_05
     include/patchlevel.h ircd/IPcheck.c

Log message:

Author: Isomer <[EMAIL PROTECTED]>
Log message:

Fix assert in IPcheck

Bump patchlevel

---------------------- diff included ----------------------
Index: ircu2.10/include/patchlevel.h
diff -u ircu2.10/include/patchlevel.h:1.10.4.63.2.3 
ircu2.10/include/patchlevel.h:1.10.4.63.2.4
--- ircu2.10/include/patchlevel.h:1.10.4.63.2.3 Sun Jun 22 08:28:13 2003
+++ ircu2.10/include/patchlevel.h       Fri Oct 24 20:27:08 2003
@@ -15,10 +15,10 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: patchlevel.h,v 1.10.4.63.2.3 2003/06/22 15:28:13 shad0w Exp $
+ * $Id: patchlevel.h,v 1.10.4.63.2.4 2003/10/25 03:27:08 isomer Exp $
  *
  */
-#define PATCHLEVEL "05pre3"
+#define PATCHLEVEL "05pre5.(part)"
 
 #define RELEASE ".11."
 
Index: ircu2.10/ircd/IPcheck.c
diff -u ircu2.10/ircd/IPcheck.c:1.26.2.2.4.4 ircu2.10/ircd/IPcheck.c:1.26.2.2.4.5
--- ircu2.10/ircd/IPcheck.c:1.26.2.2.4.4        Sun Jul 13 05:10:37 2003
+++ ircu2.10/ircd/IPcheck.c     Fri Oct 24 20:27:08 2003
@@ -16,7 +16,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- * $Id: IPcheck.c,v 1.26.2.2.4.4 2003/07/13 12:10:37 shad0w Exp $
+ * $Id: IPcheck.c,v 1.26.2.2.4.5 2003/10/25 03:27:08 isomer Exp $
  *
  * 
  * This file should be edited in a window with a width of 141 characters
@@ -397,7 +397,7 @@
   /*
    * If this was the last one, set `last_connect' to disconnect time (used for 
expiration)
    */
-  assert(entry->connected>0);
+  /* assert(entry->connected>0); */
   if (0 == --entry->connected) {
     if (CONNECTED_SINCE(entry->last_connect) > IPCHECK_CLONE_LIMIT * 
IPCHECK_CLONE_PERIOD) {
       /*
----------------------- End of diff -----------------------

Reply via email to