]> git.sur5r.net Git - openldap/commitdiff
Fix mech==NULL bug
authorKurt Zeilenga <kurt@openldap.org>
Thu, 20 Jul 2000 01:04:34 +0000 (01:04 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 20 Jul 2000 01:04:34 +0000 (01:04 +0000)
servers/slapd/sasl.c

index ba0e67d3b543deddbbf77d0648656957a74fbc34..034f09a11326f940b4f522f4d823eda0d951b435 100644 (file)
@@ -401,7 +401,7 @@ int slap_sasl_bind(
 
        Debug(LDAP_DEBUG_ARGS,
                "==> sasl_bind: dn=\"%s\" mech=%s cred->bv_len=%d\n",
-               dn, mech, cred ? cred->bv_len : 0 );
+               dn, mech ? mech : "<continuing>", cred ? cred->bv_len : 0 );
 
        if( ctx == NULL ) {
                send_ldap_result( conn, op, LDAP_UNAVAILABLE,