Changeset 94686 in vbox
- Timestamp:
- Apr 22, 2022 10:23:07 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/UpdateAgentImpl.cpp
r94685 r94686 326 326 m->strRepoUrl = aRepo; 327 327 328 328 return i_commitSettings(alock); 329 329 } 330 330 … … 610 610 611 611 AutoWriteLock vboxLock(m_VirtualBox COMMA_LOCKVAL_SRC_POS); 612 612 return m_VirtualBox->i_saveSettings(); 613 613 } 614 614
Note:
See TracChangeset
for help on using the changeset viewer.