I hate having to commit to get these onto the other test server

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3422 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-03-02 13:05:51 +00:00
parent 87ff7e0cdd
commit c300228d2a

View File

@ -2115,7 +2115,9 @@ class TreeSocket : public InspSocket
}
if ((*param == ':') && (count == 1) && (item > 0))
{
*param = 0;
*param = count = 0;
*pptr = param;
log(DEBUG,"Final param");
while (!s.eof())
{
s.get(c);