Changeset 78365 in vbox for trunk/src/VBox/Additions/WINNT/SharedFolders/driver/path.cpp
- Timestamp:
- May 2, 2019 9:49:04 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/SharedFolders/driver/path.cpp
r78355 r78365 571 571 RxFinishFcbInitialization(capFcb, (RX_FILE_TYPE)RDBSS_NTC_STORAGE_TYPE_FILE, &InitPacket); 572 572 } 573 /* 574 * See if the size has changed and update the FCB if it has. 575 */ 576 else 577 { 578 /** @todo Need to check RDBSS stack for locking semantics before updating 579 * anything. */ 580 } 573 581 574 582 SrvOpen->BufferingFlags = 0;
Note:
See TracChangeset
for help on using the changeset viewer.