diff options
Diffstat (limited to 'src/xline.cpp')
-rw-r--r-- | src/xline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xline.cpp b/src/xline.cpp index 6584a70e6..64a5c93a6 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -657,7 +657,7 @@ void apply_lines(const int What) (!pglines.size()) && (!pklines.size()) && (!pzlines.size()) && (!pqlines.size())) return; - CullList* Goners = new CullList(); + CullList* Goners = new CullList(ServerInstance); char* check = NULL; for (std::vector<userrec*>::const_iterator u2 = ServerInstance->local_users.begin(); u2 != ServerInstance->local_users.end(); u2++) { |