VirtualBox

Changeset 72443 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jun 5, 2018 6:40:15 AM (7 years ago)
Author:
vboxsync
Message:

HostDnsService: Attempted Darwin build fix for r122914.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/darwin/HostDnsServiceDarwin.cpp

    r69500 r72443  
    8282
    8383
    84 HRESULT HostDnsServiceDarwin::init(VirtualBox *virtualbox)
     84HRESULT HostDnsServiceDarwin::init(HostDnsMonitorProxy *proxy)
    8585{
    8686    SCDynamicStoreContext ctx;
     
    107107    AssertReturn(m->m_Stopper, E_FAIL);
    108108
    109     HRESULT hrc = HostDnsMonitor::init(virtualbox);
     109    HRESULT hrc = HostDnsMonitor::init(proxy);
    110110    AssertComRCReturn(hrc, hrc);
    111111
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