VirtualBox

Changeset 89581 in vbox


Ignore:
Timestamp:
Jun 9, 2021 1:45:38 PM (3 years ago)
Author:
vboxsync
Message:

Main: Try fix VRDP-input-always-disabled regression from r120203+r120206. [build fix] bugref:7820 bugref:9890

File:
1 edited

Legend:

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

    r89580 r89581  
    36993699                                    throw ConfigError(__FUNCTION__, VERR_MAIN_CONFIG_CONSTRUCTOR_COM_ERROR, "line: " RT_XSTR(__LINE__)))
    37003700
    3701     HRESULT hrc;
    3702 
    37033701    InsertConfigString(pLUN, "Driver", "AUDIO");
    37043702
     
    37823780    {
    37833781        Bstr bstrTmp;
    3784         hrc = pMachine->COMGETTER(Id)(bstrTmp.asOutParam());                                    H();
     3782        HRESULT hrc = pMachine->COMGETTER(Id)(bstrTmp.asOutParam());                            H();
    37853783        InsertConfigString(pCfg, "VmUuid", bstrTmp);
    37863784    }
     
    37923790    {
    37933791        Bstr bstrTmp;
    3794         hrc = pMachine->COMGETTER(Name)(bstrTmp.asOutParam());                                  H();
     3792        HRESULT hrc = pMachine->COMGETTER(Name)(bstrTmp.asOutParam());                          H();
    37953793        InsertConfigString(pCfg, "VmName", bstrTmp);
    37963794    }
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