From b848ca14335adcb924acb7977d93e0d76b9437b7 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 29 Dec 2006 21:27:39 +0000 Subject: Fixed search and replace, code pilfered from m_alias (i think someone misread the help for std::string::replace...) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6162 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/configreader.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/configreader.cpp') diff --git a/src/configreader.cpp b/src/configreader.cpp index a8b76b182..c66b6730a 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -573,7 +573,6 @@ void ServerConfig::Read(bool bail, userrec* user) { static char debug[MAXBUF]; /* Temporary buffer for debugging value */ static char maxkeep[MAXBUF]; /* Temporary buffer for WhoWasMaxKeep value */ - static char somax[MAXBUF]; /* Temporary buffer for SOMAXCONN default */ int rem = 0, add = 0; /* Number of modules added, number of modules removed */ std::ostringstream errstr; /* String stream containing the error output */ -- cgit v1.2.3