Changeset 105628 in vbox for trunk/src/VBox/Main
- Timestamp:
- Aug 8, 2024 4:03:30 PM (9 months ago)
- svn:sync-xref-src-repo-rev:
- 164312
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/NvramStoreImpl.cpp
r105627 r105628 372 372 return setError(E_FAIL, tr("No NVRAM store file found")); 373 373 374 HRESULT hrc;375 376 374 /* We need a write lock because of the lazy initialization. */ 377 375 AutoWriteLock wlock(this COMMA_LOCKVAL_SRC_POS); 378 376 379 377 /* Check if we have to create the UEFI variable store object */ 378 HRESULT hrc = S_OK; 380 379 if (!m->pUefiVarStore) 381 380 {
Note:
See TracChangeset
for help on using the changeset viewer.