mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fixed minor compile errors in LDAP_LOG debug statements.
This commit is contained in:
parent
da76c1951e
commit
9b5ec8f43b
@ -1104,7 +1104,7 @@ send_pagerequest_response(
|
||||
LDAP_LOG ( OPERATION, ENTRY,
|
||||
"send_pagerequest_response: lastid: (0x%08lx) "
|
||||
"nentries: (0x%081x)\n",
|
||||
lastid, nentries );
|
||||
lastid, nentries, NULL );
|
||||
#else
|
||||
Debug(LDAP_DEBUG_ARGS, "send_pagerequest_response: lastid: (0x%08lx) "
|
||||
"nentries: (0x%081x)\n", lastid, nentries, NULL );
|
||||
|
@ -467,7 +467,7 @@ static int parseProxyAuthz (
|
||||
|
||||
if( ctrl->ldctl_value.bv_len == 0 ) {
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( OPERATION, TRACE,
|
||||
LDAP_LOG( OPERATION, RESULTS,
|
||||
"parseProxyAuthz: conn=%d anonymous\n",
|
||||
conn->c_connid, 0, 0 );
|
||||
#else
|
||||
@ -498,7 +498,7 @@ static int parseProxyAuthz (
|
||||
}
|
||||
|
||||
#ifdef NEW_LOGGING
|
||||
LDAP_LOG( OPERATION, TRACE,
|
||||
LDAP_LOG( OPERATION, RESULTS,
|
||||
"parseProxyAuthz: conn=%d \"%s\"\n",
|
||||
conn->c_connid,
|
||||
dn.bv_len ? dn.bv_val : "(NULL)", 0 );
|
||||
|
Loading…
Reference in New Issue
Block a user