]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/extra/m_ldapoper.cpp
Misc removal of pointless Extend strings
[user/henk/code/inspircd.git] / src / modules / extra / m_ldapoper.cpp
index c46bdcf0d771a034b5b96444998c7585d140dac4..f99b80db382a8be6c6794db9d9e1bf333334febf 100644 (file)
@@ -130,8 +130,7 @@ public:
                        if (res == LDAP_SERVER_DOWN)
                        {
                                // 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);
                        }