Changeset 581 for vendor/current/source3/libsmb/cliquota.c
- Timestamp:
- Jun 28, 2011, 9:27:20 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/libsmb/cliquota.c
r414 r581 112 112 #endif /* LARGE_SMB_OFF_T */ 113 113 114 sid_parse(rdata+40,sid_len,&qt.sid); 114 if (!sid_parse(rdata+40,sid_len,&qt.sid)) { 115 return false; 116 } 115 117 116 118 qt.qtype = SMB_USER_QUOTA_TYPE;
Note:
See TracChangeset
for help on using the changeset viewer.