mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
cleanup
This commit is contained in:
parent
652d0a189a
commit
0b6ed01c05
1 changed files with 2 additions and 1 deletions
|
|
@ -1261,7 +1261,8 @@ send_paged_response(
|
||||||
|
|
||||||
op->o_conn->c_pagedresults_state.ps_cookie = respcookie;
|
op->o_conn->c_pagedresults_state.ps_cookie = respcookie;
|
||||||
op->o_conn->c_pagedresults_state.ps_count =
|
op->o_conn->c_pagedresults_state.ps_count =
|
||||||
((PagedResultsState *)op->o_pagedresults_state)->ps_count + rs->sr_nentries;
|
((PagedResultsState *)op->o_pagedresults_state)->ps_count +
|
||||||
|
rs->sr_nentries;
|
||||||
|
|
||||||
/* return size of 0 -- no estimate */
|
/* return size of 0 -- no estimate */
|
||||||
ber_printf( ber, "{iO}", 0, &cookie );
|
ber_printf( ber, "{iO}", 0, &cookie );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue