Changeset 107575 in vbox for trunk/src/VBox/Main/src-all
- Timestamp:
- Jan 9, 2025 9:41:12 AM (2 months ago)
- svn:sync-xref-src-repo-rev:
- 166648
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/NvramStoreImpl.cpp
r106061 r107575 1233 1233 &pCryptoIf, &pKey, &hVfsIosEncrypted); 1234 1234 #endif 1235 1236 vrc = RTVfsUtilPumpIoStreams(hVfsIosSrc, 1237 hVfsIosEncrypted != NIL_RTVFSIOSTREAM 1238 ? hVfsIosEncrypted 1239 : hVfsIosDst 1240 , 0 /*cbBufHint*/); 1241 1235 if (RT_SUCCESS(vrc)) 1236 vrc = RTVfsUtilPumpIoStreams(hVfsIosSrc, 1237 hVfsIosEncrypted != NIL_RTVFSIOSTREAM 1238 ? hVfsIosEncrypted 1239 : hVfsIosDst 1240 , 0 /*cbBufHint*/); 1242 1241 #ifdef VBOX_WITH_FULL_VM_ENCRYPTION 1243 1242 if (hVfsIosEncrypted != NIL_RTVFSIOSTREAM)
Note:
See TracChangeset
for help on using the changeset viewer.