Changeset 91326 in vbox for trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp
- Timestamp:
- Sep 22, 2021 3:10:38 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 146991
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/VBoxDriversRegister.cpp
r82968 r91326 28 28 #include "DisplayImpl.h" 29 29 #include "VMMDev.h" 30 #include "NvramStoreImpl.h" 30 31 #ifdef VBOX_WITH_AUDIO_VRDE 31 32 # include "DrvAudioVRDE.h" … … 105 106 #endif 106 107 108 rc = pCallbacks->pfnRegister(pCallbacks, &NvramStore::DrvReg); 109 if (RT_FAILURE(rc)) 110 return rc; 111 107 112 return VINF_SUCCESS; 108 113 }
Note:
See TracChangeset
for help on using the changeset viewer.