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/libsmb/cliquota.c

    r206 r491  
    118118#endif /* LARGE_SMB_OFF_T */
    119119
    120         sid_parse(rdata+40,sid_len,&qt.sid);
     120        if (!sid_parse(rdata+40,sid_len,&qt.sid)) {
     121                return false;
     122        }
    121123
    122124        qt.qtype = SMB_USER_QUOTA_TYPE;
Note: See TracChangeset for help on using the changeset viewer.