VirtualBox

Ignore:
Timestamp:
Feb 27, 2015 2:59:03 AM (10 years ago)
Author:
vboxsync
Message:

VBoxNetDHCP: COMGETTER(MacOptions) apparently isn't. It works on Unix
because the name matches, but fails on Windows (Get vs. get_). Try to
fix by using the name directly. Someone with more COM clue should
review this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/DHCP/Config.cpp

    r54542 r54543  
    11491149
    11501150        strings.setNull();
    1151         hrc = m->m_DhcpServer->COMGETTER(MacOptions)(com::Bstr(strMac).raw(),
     1151        hrc = m->m_DhcpServer->/*XXX*/GetMacOptions(com::Bstr(strMac).raw(),
    11521152                                                     ComSafeArrayAsOutParam(strings));
    11531153        AssertComRC(hrc);
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