From 60079fde5b9551c05de9447e4c62de2d20fe6599 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 13 Mar 2006 13:51:44 +0000 Subject: Obscure bug of the week: InspIRCd crashes when given more than 64 client ports to bind in the config file (yes, *REALLY*.) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3701 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 06a52ed08..1df6ee293 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -71,7 +71,7 @@ std::vector local_users; extern int MODCOUNT; extern char LOG_FILE[MAXBUF]; -int openSockfd[MAXSOCKS]; +int openSockfd[MAX_DESCRIPTORS]; int yield_depth; int iterations = 0; sockaddr_in client,server; -- cgit v1.3.1-10-gc9f91