Changeset 44246 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jan 8, 2013 7:58:46 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83103
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/SUPLib.cpp
r44173 r44246 235 235 g_cInits--; 236 236 if (ppSession) 237 *ppSession = N ULL;237 *ppSession = NIL_RTR0PTR; 238 238 return VERR_VM_DRIVER_NOT_ACCESSIBLE; /** @todo different status code? */ 239 239 }
Note:
See TracChangeset
for help on using the changeset viewer.