Changeset 72443 in vbox for trunk/src/VBox
- Timestamp:
- Jun 5, 2018 6:40:15 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/darwin/HostDnsServiceDarwin.cpp
r69500 r72443 82 82 83 83 84 HRESULT HostDnsServiceDarwin::init( VirtualBox *virtualbox)84 HRESULT HostDnsServiceDarwin::init(HostDnsMonitorProxy *proxy) 85 85 { 86 86 SCDynamicStoreContext ctx; … … 107 107 AssertReturn(m->m_Stopper, E_FAIL); 108 108 109 HRESULT hrc = HostDnsMonitor::init( virtualbox);109 HRESULT hrc = HostDnsMonitor::init(proxy); 110 110 AssertComRCReturn(hrc, hrc); 111 111
Note:
See TracChangeset
for help on using the changeset viewer.