Changeset 75654 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Nov 21, 2018 9:02:14 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/info.c
r73097 r75654 111 111 fSFFlags |= SHFL_LIST_RETURN_ONE; 112 112 } 113 if ( RxContext->QueryDirectory.RestartScan == TRUE 114 && RxContext->QueryDirectory.InitialQuery == FALSE) 115 { 116 Log(("VBOXSF: MrxQueryDirectory: Restart scan\n")); 117 fSFFlags |= SHFL_LIST_RESTART; 118 } 113 119 114 120 if (Template->Length)
Note:
See TracChangeset
for help on using the changeset viewer.