summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/inspircd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index bcd198e87..5485c2352 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -4031,7 +4031,7 @@ int InspIRCd(char** argv, int argc)
tvs.tv_sec = 0;
tv.tv_sec = 0;
tv.tv_usec = 10000L;
- char data[65535];
+ char data[65536];
timeval tval;
fd_set sfd;
tval.tv_usec = 10000L;