aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/m_sqloper.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_sqloper.cpp')
-rw-r--r--src/modules/m_sqloper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_sqloper.cpp b/src/modules/m_sqloper.cpp
index f0ee9eadf..7e097e61c 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;
- PopulateUserInfo(user, userinfo);
+ user->PopulateInfoMap(userinfo);
userinfo["username"] = username;
userinfo["password"] = hash ? hash->hexsum(password) : password;