Tree
Tree:
dda988d751096592b9966b62925f2dd9effeb96c
Date:
Sun May 17 19:32:53 2009 UTC
Message:
conn.c: fix NumConnections imbalance New_Server() can call Conn_Close() in its error paths, but that function decrements the number of current active connections. Thus we need to increment it earlier.
IRCNow