diff options
author | Adam <Adam@anope.org> | 2013-11-21 17:38:54 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-11-21 17:38:54 -0500 |
commit | 18f423226cdac8039b0077e1fc63c0719160544f (patch) | |
tree | 18d5d00987638b7dc0e5d77f1c8bc120ae314f24 /modules | |
parent | c967a4ce88c9b3bcdfd450eb917f1d50b04a96fe (diff) |
This actually can't happen, but this is what was meant
Diffstat (limited to 'modules')
-rw-r--r-- | modules/database/db_old.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/database/db_old.cpp b/modules/database/db_old.cpp index f67ff1b2a..37405e308 100644 --- a/modules/database/db_old.cpp +++ b/modules/database/db_old.cpp @@ -1148,6 +1148,7 @@ class DBOld : public Module } u = mlock_off.Get(ci); + if (u) { process_mlock(ci, *u, false); mlock_off.Unset(ci); |