diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-08 00:52:03 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-05-08 00:52:03 +0000 |
commit | a81394b65dc366a9650fe05edf1c0f18d0ac700a (patch) | |
tree | 7fa3844d14ce8c1a3595687a1859aa5b660b38f5 /src/xline.cpp | |
parent | 50ef6d1e9825230b99bfb42a7f9d4826bc61d8e7 (diff) |
Changed the final bunch of udp_* vars to server_*/tcp_*
Fixed ircservices sending PING
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1326 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 7452d81f0..921d96045 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -93,7 +93,7 @@ extern std::vector<std::string> module_names; extern int boundPortCount; extern int portCount; -extern int UDPportCount; +extern int SERVERportCount; extern int ports[MAXSOCKS]; extern int defaultRoute; |