mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
More paged results cleanup
This commit is contained in:
parent
4b2fcbc14d
commit
18a68380f6
@ -1718,12 +1718,12 @@ send_paged_response(
|
|||||||
|
|
||||||
#ifdef NEW_LOGGING
|
#ifdef NEW_LOGGING
|
||||||
LDAP_LOG ( OPERATION, ENTRY,
|
LDAP_LOG ( OPERATION, ENTRY,
|
||||||
"send_paged_response: lastid: (0x%08lx) "
|
"send_paged_response: lastid=0x%08lx nentries=%d\n",
|
||||||
"nentries: (0x%08x)\n",
|
|
||||||
lastid ? *lastid : 0, rs->sr_nentries, NULL );
|
lastid ? *lastid : 0, rs->sr_nentries, NULL );
|
||||||
#else
|
#else
|
||||||
Debug(LDAP_DEBUG_ARGS, "send_paged_response: lastid: (0x%08lx) "
|
Debug(LDAP_DEBUG_ARGS,
|
||||||
"nentries: (0x%081x)\n", lastid ? *lastid : 0, rs->sr_nentries, NULL );
|
"send_paged_response: lastid=0x%08lx nentries=%d\n",
|
||||||
|
lastid ? *lastid : 0, rs->sr_nentries, NULL );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
ctrl.ldctl_value.bv_val = NULL;
|
ctrl.ldctl_value.bv_val = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user