Ignore:
Timestamp:
Jul 2, 2011, 3:35:33 PM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update trunk to 3.5.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/server/source3/passdb/pdb_ldap.c

    r480 r596  
    44854485
    44864486 retry:
    4487         if (state->current_entry == NULL) {
    4488                 return false;
    4489         }
    4490 
    44914487        if ((state->entries == NULL) && (state->pagedresults_cookie == NULL))
    44924488                return False;
     
    44954491            !ldapsam_search_nextpage(search))
    44964492                    return False;
     4493
     4494        if (state->current_entry == NULL) {
     4495                return false;
     4496        }
    44974497
    44984498        result = state->ldap2displayentry(state, search,
Note: See TracChangeset for help on using the changeset viewer.