mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-12 03:59:03 -04:00
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:
parent
87ff7e0cdd
commit
c300228d2a
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user