Changeset 10877 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jul 24, 2008 10:14:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/darwin/SUPDrv-darwin.cpp
r10876 r10877 344 344 * here too, since that is more straight forward at this point. 345 345 */ 346 int rc ;347 PSUPDRVSESSION pSession ;346 int rc = VINF_SUCCESS; 347 PSUPDRVSESSION pSession = NULL; 348 348 struct ucred *pCred = proc_ucred(pProcess); 349 349 if (pCred) … … 369 369 pSession->Uid = Uid; 370 370 pSession->Gid = Gid; 371 rc = VINF_SUCCESS;372 371 } 373 372 else
Note:
See TracChangeset
for help on using the changeset viewer.