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

    r414 r581  
    112112#endif /* LARGE_SMB_OFF_T */
    113113
    114         sid_parse(rdata+40,sid_len,&qt.sid);
     114        if (!sid_parse(rdata+40,sid_len,&qt.sid)) {
     115                return false;
     116        }
    115117
    116118        qt.qtype = SMB_USER_QUOTA_TYPE;
Note: See TracChangeset for help on using the changeset viewer.