[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#4314) C API for paged results



On Sunday 08 January 2006 23:12, Pierangelo Masarati wrote:

In ldap_create_page_control_value() you do this:

>    if ( cookie == NULL ) {
>        cookie = &null_cookie;
>    }

where cookie is passed by the caller, but he might depend
on us not touching it, right?

 -Hans