Skip to content
Snippets Groups Projects
Commit 8138b525 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#3182 ? clear ctrls after sending paged response

parent d57b4048
Branches
Tags
No related merge requests found
......@@ -1751,6 +1751,7 @@ send_paged_response(
rs->sr_ctrls = ctrls;
rs->sr_err = LDAP_SUCCESS;
send_ldap_result( op, rs );
rs->sr_ctrls = NULL;
done:
(void) ber_free_buf( ber );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment