summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/operserv.cpp1
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