]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_ldapoper.cpp
m_check: Fix showing oper permissions (privileges). (#1556)
[user/henk/code/inspircd.git] / src / modules / m_ldapoper.cpp
index 094b37744e322c057fd0428b1da0ae70ead22067..cde5b00d7878b9cc0da9e985881e4ea8d0062190 100644 (file)
@@ -48,7 +48,8 @@ class LDAPOperBase : public LDAPInterface
                CommandBase::Params params;
                params.push_back(opername);
                params.push_back(password);
-               oper_command->Handle(user, params);
+               ClientProtocol::TagMap tags;
+               oper_command->Handle(user, CommandBase::Params(params, tags));
        }
 
        void Fallback()