- Timestamp:
- Apr 26, 2010 4:04:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/webservice/vboxweb.cpp
r27743 r28763 1656 1656 1657 1657 do { 1658 // findSessionFromRef needs read lock, and the session destructor requires 1659 // the write lock, so get the write lock here 1660 util::AutoWriteLock lock(g_pSessionsLockHandle COMMA_LOCKVAL_SRC_POS); 1661 1658 1662 WebServiceSession* pSession; 1659 1663 if ((pSession = WebServiceSession::findSessionFromRef(req->refIVirtualBox)))
Note:
See TracChangeset
for help on using the changeset viewer.