Ignore:
Timestamp:
May 27, 2009, 11:39:15 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.9

File:
1 edited

Legend:

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

    r133 r233  
    945945        }
    946946
     947        for (i = 0; ids[i]; i++) {
     948                ids[i]->status = ID_UNKNOWN;
     949        }
     950
    947951again:
    948952        if (multi) {
     
    11741178        }
    11751179
     1180        for (i = 0; ids[i]; i++) {
     1181                ids[i]->status = ID_UNKNOWN;
     1182        }
     1183
    11761184again:
    11771185        if (multi) {
Note: See TracChangeset for help on using the changeset viewer.