Ignore:
Timestamp:
May 24, 2009, 7:45:16 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/winbindd/idmap_ldap.c

    r206 r222  
    936936        }
    937937
     938        for (i = 0; ids[i]; i++) {
     939                ids[i]->status = ID_UNKNOWN;
     940        }
     941
    938942again:
    939943        if (multi) {
     
    11571161        }
    11581162
     1163        for (i = 0; ids[i]; i++) {
     1164                ids[i]->status = ID_UNKNOWN;
     1165        }
     1166
    11591167again:
    11601168        if (multi) {
Note: See TracChangeset for help on using the changeset viewer.