]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_ldapauth.cpp
Add Module* creator to Command and ModeHandler
[user/henk/code/inspircd.git] / src / modules / extra / m_ldapauth.cpp
index 1bc0925da5dae3b2e8f17d417bd93d7a0307774d..94c0df469386416028ab87f299dab45ebccb6b13 100644 (file)
@@ -146,7 +146,7 @@ public:
                        {
                                // Attempt to reconnect if the connection dropped
                                if (verbose)
-                                       ServerInstance->SNO->WriteToSnomask('a', "LDAP server has gone away - reconnecting...");
+                                       ServerInstance->SNO->WriteToSnoMask('a', "LDAP server has gone away - reconnecting...");
                                Connect();
                                res = ldap_sasl_bind_s(conn, username.c_str(), LDAP_SASL_SIMPLE, &cred, NULL, NULL, NULL);
                        }