VirtualBox

Changeset 92274 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Nov 8, 2021 4:29:09 PM (3 years ago)
Author:
vboxsync
Message:

Main/Session::getRemoteConsole: Don't was space on a read-locking in the VBOX_COM_INPROC_API_CLIENT stub.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/SessionImpl.cpp

    r92271 r92274  
    261261{
    262262    LogFlowThisFuncEnter();
    263 
    264     AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
    265 
    266 #ifndef VBOX_COM_INPROC_API_CLIENT
     263#ifndef VBOX_COM_INPROC_API_CLIENT
     264    AutoReadLock alock(this COMMA_LOCKVAL_SRC_POS);
     265
    267266    if (mType == SessionType_WriteLock && !!mConsole)
    268267    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette