summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-14 18:00:59 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-14 18:00:59 +0000
commit665d01855ea1b54e48c0acdf9db44a8dbf0f3dc6 (patch)
tree8d93afff2c44402dac0ce9a1f5f4407aef40e75b /src/inspircd.cpp
parent6de0aaaef692aa6a30e77cc76cf6e80bbc6e4500 (diff)
Fixed to use MAXSOCKS
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2431 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r--src/inspircd.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/inspircd.cpp b/src/inspircd.cpp
index cb2360c41..cc4964ca8 100644
--- a/src/inspircd.cpp
+++ b/src/inspircd.cpp
@@ -99,7 +99,6 @@ command_table cmdlist;
address_cache IP;
servernamelist servernames;
int boundPortCount = 0;
-int portCount = 0, ports[MAXSOCKS];
std::vector<userrec*> all_opers;
char lowermap[255];