From 4fa17de4ccc01c210bbd4b6fac3b15ccab8315f9 Mon Sep 17 00:00:00 2001 From: Daniel De Graaf Date: Fri, 27 Aug 2010 21:40:06 -0400 Subject: Promote PopulateInfoMap to core, it is moderately useful --- src/modules/m_sqloper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_sqloper.cpp') 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("hash/" + hashtype); ParamM userinfo; - PopulateUserInfo(user, userinfo); + user->PopulateInfoMap(userinfo); userinfo["username"] = username; userinfo["password"] = hash ? hash->hexsum(password) : password; -- cgit v1.3.1-10-gc9f91