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_ad.c

    r206 r222  
    305305        char *g_filter = NULL;
    306306
     307        /* initialize the status to avoid suprise */
     308        for (i = 0; ids[i]; i++) {
     309                ids[i]->status = ID_UNKNOWN;
     310        }
     311       
    307312        /* Only do query if we are online */
    308313        if (idmap_is_offline()) {
     
    517522        char *sidstr;
    518523
     524        /* initialize the status to avoid suprise */
     525        for (i = 0; ids[i]; i++) {
     526                ids[i]->status = ID_UNKNOWN;
     527        }
     528
    519529        /* Only do query if we are online */
    520530        if (idmap_is_offline()) {
Note: See TracChangeset for help on using the changeset viewer.