diff options
| author | 2006-11-11 15:47:32 +0000 | |
|---|---|---|
| committer | 2006-11-11 15:47:32 +0000 | |
| commit | fa9eea07bbde561237e6761d613fcbad73dc4b43 (patch) | |
| tree | ed11219fb58f73e219e313a9956fb13976dc6661 /src/socket.cpp | |
| parent | Allow checking of overlapped ports. A bit of sensible thought prevents this f... (diff) | |
Dont allow overlapped ports in these files
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5695 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/socket.cpp')
| -rw-r--r-- | src/socket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.cpp b/src/socket.cpp index b68de7159..3c446c45b 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -409,7 +409,7 @@ int InspIRCd::BindPorts(bool bail, int &ports_found) if ((!*Type) || (!strcmp(Type,"clients"))) { - irc::portparser portrange(configToken); + irc::portparser portrange(configToken, false); long portno = -1; while (portno = portrange.GetToken()) { |
