mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-13 04:29:03 -04:00
bp typo fix
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@7703 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
5256c28687
commit
be72a21265
@ -167,7 +167,7 @@ public:
|
||||
|
||||
case DONE:
|
||||
std::map<unsigned long,QueryInfo*>::iterator x = active_queries.find(req.id);
|
||||
if (x != active_queres.end())
|
||||
if (x != active_queries.end())
|
||||
{
|
||||
delete x->second;
|
||||
active_queries.erase(x);
|
||||
|
Loading…
x
Reference in New Issue
Block a user