Ignore:
Timestamp:
Jun 28, 2011, 9:27:20 AM (14 years ago)
Author:
Herwig Bauernfeind
Message:

Samba 3.5: Update vendor to version 3.5.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/libads/ldap.c

    r427 r581  
    21422142                DOM_SID sid;
    21432143                fstring tmp;
    2144                 sid_parse(values[i]->bv_val, values[i]->bv_len, &sid);
     2144                if (!sid_parse(values[i]->bv_val, values[i]->bv_len, &sid)) {
     2145                        continue;
     2146                }
    21452147                printf("%s: %s\n", field, sid_to_fstring(tmp, &sid));
    21462148        }
Note: See TracChangeset for help on using the changeset viewer.