- Timestamp:
- Mar 30, 2019 1:51:18 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/sharedfolders/utils.c
r77961 r77962 889 889 /* Fill in the attributes. Start by setting all to zero 890 890 since the host will ignore zeroed fields. */ 891 RT_ZERO(pReq->Info.ObjInfo); 892 891 893 if (fAttrs & ATTR_MODE) { 892 894 pReq->Info.ObjInfo.Attr.fMode = sf_access_permissions_to_vbox(iattr->ia_mode);
Note:
See TracChangeset
for help on using the changeset viewer.