Author: Kev <klmitch@mit.edu>
authorKevin L. Mitchell <klmitch@mit.edu>
Thu, 12 Jul 2001 15:29:34 +0000 (15:29 +0000)
committerKevin L. Mitchell <klmitch@mit.edu>
Thu, 12 Jul 2001 15:29:34 +0000 (15:29 +0000)
commit65c8d505ebba4f9ad555d713b17e35218b10e9e7
tree49ea373177485771e15fd6e27df5d03cafd91315
parentc982f87bdf01f9f09606e72132c319dd57380335
Author: Kev <klmitch@mit.edu>
Log message:

IPcheck sucks large, hairy rocks.  In this case, local clients were not
getting FLAGS_IPCHECK set, so the connected count in the IP registry was
not getting decremented when they exited.  Moreover, IPcheck_remote_connect
set this bit itself, but IPcheck_local_connect cannot because the client
doesn't even exist yet.  This means that the bit has to be set in s_bsd.c.
This is pretty darned annoying, but what else can one do?  This should at
least fix one problem we've been having with the IPcheck code.

git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@530 c9e4aea6-c8fd-4c43-8297-357d70d61c8c
ChangeLog
ircd/IPcheck.c
ircd/s_bsd.c