]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_setident.cpp
YAY for LDAP oper blocks! :D
[user/henk/code/inspircd.git] / src / modules / m_setident.cpp
index eeed92042d27c472cc1465c0bff4e458adc5d0c6..966b9b602bc63e01aacb40b61f537870d8ce7430 100644 (file)
@@ -27,7 +27,7 @@ class CommandSetident : public Command
                TRANSLATE2(TR_TEXT, TR_END);
        }
 
-       CmdResult Handle(const char** parameters, int pcnt, User *user)
+       CmdResult Handle(const char* const* parameters, int pcnt, User *user)
        {
                if (!*parameters[0])
                {