Changeset 51115 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Apr 22, 2014 10:05:08 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-darwin.cpp
r50722 r51115 454 454 RTSpinlockAcquire(g_Spinlock); 455 455 pSession = g_apSessionHashTab[iHash]; 456 while (pSession && pSession->Process != Process /*later: && pSession->fUnrestricted == fUnrestricted*/ && pSession->fOpened)456 while (pSession && pSession->Process != Process && (/*later: pSession->fUnrestricted != fUnrestricted ||*/ !pSession->fOpened)) 457 457 pSession = pSession->pNextHash; 458 458 RTSpinlockReleaseNoInts(g_Spinlock);
Note:
See TracChangeset
for help on using the changeset viewer.