Fix mech==NULL bug

This commit is contained in:
Kurt Zeilenga 2000-07-20 01:04:34 +00:00
parent 6371bebc0b
commit a8521d3034

View 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,