Fixed minor compile errors in LDAP_LOG debug statements.

This commit is contained in:
Julius Enarusai 2002-12-03 17:06:58 +00:00
parent da76c1951e
commit 9b5ec8f43b
2 changed files with 3 additions and 3 deletions

View File

@ -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 );

View File

@ -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 );