From 41a69863d646f195b4a40eb41fa4e4a9829a9a10 Mon Sep 17 00:00:00 2001 From: stskeeps Date: Sat, 10 Aug 2002 17:08:35 +0000 Subject: [PATCH] bay --- src/s_bsd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/s_bsd.c b/src/s_bsd.c index ea1fca2de..01991b135 100644 --- a/src/s_bsd.c +++ b/src/s_bsd.c @@ -618,6 +618,8 @@ init_dgram: resfd = init_resolver(0x1f); Debug((DEBUG_DNS, "resfd %d", resfd)); #ifndef _WIN32 + ircd_log(LOG_ERROR, "MAXCONNECTIONS is %i", MAXCONNECTIONS); + ircd_log(LOG_ERROR, "FD_SETSIZE is %i", FD_SETSIZE); if (MAXCONNECTIONS > FD_SETSIZE) abort(); #endif