]> git.sur5r.net Git - openldap/commitdiff
Quick fix for bad statslog
authorKurt Zeilenga <kurt@openldap.org>
Fri, 20 Dec 2002 17:28:24 +0000 (17:28 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 20 Dec 2002 17:28:24 +0000 (17:28 +0000)
servers/slapd/sasl.c

index e860abe6104ae4cba4349f495e73e1d8db16e85a..de22789984c66bd6fd4b7fa167720b951b3694c4 100644 (file)
@@ -1070,12 +1070,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;