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

Re: Passing a valid result to ldap_first_entry? (ITS#984)



At 09:17 PM 1/28/01 -0500, John Morrissey wrote:
>if (ldap_search_st(ld, prefix, ldap_search_scope, filter, ldap_attrs, 0,
>                   &ldap_querytimeout_tp, &result) == -1) {
>    /* Handle a failed search */
>}

ldap_search_st() should never return -1.
        Kurt