Ignore:
Timestamp:
Sep 16, 2010, 10:06:10 AM (15 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 to 3.3.14 (security update)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/libads/ldap.c

    r224 r491  
    21402140                DOM_SID sid;
    21412141                fstring tmp;
    2142                 sid_parse(values[i]->bv_val, values[i]->bv_len, &sid);
     2142                if (!sid_parse(values[i]->bv_val, values[i]->bv_len, &sid)) {
     2143                        continue;
     2144                }
    21432145                printf("%s: %s\n", field, sid_to_fstring(tmp, &sid));
    21442146        }
Note: See TracChangeset for help on using the changeset viewer.