diff options
| author | 2010-08-27 21:40:06 -0400 | |
|---|---|---|
| committer | 2010-08-27 21:40:06 -0400 | |
| commit | 4fa17de4ccc01c210bbd4b6fac3b15ccab8315f9 (patch) | |
| tree | bb5097c92a1d2d9f8f9bac23c25b3442af3ed324 /src/modules/m_sqloper.cpp | |
| parent | Add some documentation about sqlauth and an example (diff) | |
Promote PopulateInfoMap to core, it is moderately useful
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 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; |
