mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
Fix coredump in slap_sasl_check_authz() due to wrong LDAP_LOG() format string.
This commit is contained in:
parent
06d3b9a9e3
commit
9c9c92a6a4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue