Changeset 78956 in vbox
- Timestamp:
- Jun 4, 2019 8:45:36 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131079
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp ¶
r77953 r78956 1477 1477 MntInfo.signature[2] = VBSF_MOUNT_SIGNATURE_BYTE_2; 1478 1478 MntInfo.length = sizeof(MntInfo); 1479 MntInfo.ttl = MntOpts. uid= -1 /*default*/;1479 MntInfo.ttl = MntOpts.ttl = -1 /*default*/; 1480 1480 MntInfo.msDirCacheTTL= MntOpts.msDirCacheTTL = -1 /*default*/; 1481 1481 MntInfo.msInodeTTL = MntOpts.msInodeTTL = -1 /*default*/;
Note:
See TracChangeset
for help on using the changeset viewer.