diff options
Diffstat (limited to 'src/modules/m_sqloper.cpp')
| -rw-r--r-- | src/modules/m_sqloper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sqloper.cpp b/src/modules/m_sqloper.cpp index 6fac8fd70..f0ee9eadf 100644 --- a/src/modules/m_sqloper.cpp +++ b/src/modules/m_sqloper.cpp @@ -178,7 +178,7 @@ public: HashProvider* hash = ServerInstance->Modules->FindDataService<HashProvider>("hash/" + hashtype); ParamM userinfo; - SQL->PopulateUserInfo(user, userinfo); + PopulateUserInfo(user, userinfo); userinfo["username"] = username; userinfo["password"] = hash ? hash->hexsum(password) : password; |
