diff options
author | Adam <Adam@anope.org> | 2012-08-28 00:39:50 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2012-08-28 00:39:50 -0400 |
commit | f81d0113a21187d68c5fa0f1262e5514465b1953 (patch) | |
tree | 09ed9d56cc64128731bf9186f37067a83c5b43fa | |
parent | fde42899e76009db978e2007a0a8a1ffc5f0f83d (diff) |
Actually set xline's manager...
-rw-r--r-- | src/operserv.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operserv.cpp b/src/operserv.cpp index 9d006a7c1..bbdeffdc8 100644 --- a/src/operserv.cpp +++ b/src/operserv.cpp @@ -308,6 +308,7 @@ void XLineManager::AddXLine(XLine *x) if (!x->UID.empty()) XLinesByUID->insert(std::make_pair(x->UID, x)); this->XLines->push_back(x); + x->manager = this; } /** Delete an entry from this XLineManager |