Skip to content
Snippets Groups Projects
Commit 9c9c92a6 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Fix coredump in slap_sasl_check_authz() due to wrong LDAP_LOG() format string.

parent 06d3b9a9
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment