mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fix coredump in slap_sasl_check_authz() due to wrong LDAP_LOG() format string.
This commit is contained in:
parent
06d3b9a9e3
commit
9c9c92a6a4
@ -1121,7 +1121,7 @@ COMPLETE:
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( TRANSPORT, RESULTS,
|
||||
"slap_sasl_check_authz: %s check returning %s\n",
|
||||
"slap_sasl_check_authz: %s check returning %d\n",
|
||||
ad->ad_cname.bv_val, rc, 0 );
|
||||
#else
|
||||
Debug( LDAP_DEBUG_TRACE,
|
||||
|
Loading…
Reference in New Issue
Block a user