]> git.sur5r.net Git - openldap/commitdiff
if 0 out bad statslog
authorKurt Zeilenga <kurt@openldap.org>
Fri, 20 Dec 2002 17:25:51 +0000 (17:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 20 Dec 2002 17:25:51 +0000 (17:25 +0000)
servers/slapd/sasl.c

index 0d364413a70e6ea60309bccc3e4d209bea4ea854..11abe8627963b3a998719f57a382b4fc18e286e0 100644 (file)
@@ -890,12 +890,14 @@ ok:
                (long) (conn ? conn->c_connid : -1), 0, 0 );
 #endif
 
+#if 0
        if (conn->c_sasl_bindop) {
                Statslog( LDAP_DEBUG_STATS,
                        "conn=%lu op=%lu BIND authcid=\"%s\"\n",
                        conn->c_connid, conn->c_sasl_bindop->o_opid, 
                        auth_identity, 0, 0);
        }
+#endif
 
        *errstr = NULL;
        return SASL_OK;