K 10
svn:author
V 6
kondou
K 8
svn:date
V 27
1998-07-25T06:45:22.000000Z
K 7
svn:log
V 743
innd/chan.c:
	- From: Aidan Cully <aidan@panix.com>
	- cp->MaxCnx and cp->ActiveCnx are only initialized once, by a memset()
	  in CHANsetup.  I think inn will start screwing up royally if it
	  closes a channel, then closes a remote NNTP channel because of too
	  many active connections, then opens a new channel using the remote
	  NNTP channel's old file descriptor..  INN will notice that MaxCnx is
	  not zero, and ActiveCnx is also too big (that's why the last got
	  closed down, anyway), and kill the new process without any reason
	  why.  I _think_ this explains my problems with innfeed (posted to
	  inn-workers yesterday), but at the very least, this is one less
	  place to look and we should always initialize these variables.

END
