git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3423 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2006-03-02 13:06:19 +00:00
parent c300228d2a
commit 7b6ca95965
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1 +1 @@
echo 3420
echo 3422