VirtualBox

Changeset 107615 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 10, 2025 9:48:08 AM (9 days ago)
Author:
vboxsync
Message:

Main/src-server/darwin/HostDnsServiceDarwin.cpp: Missing member initializer, bugref:3409

File:
1 edited

Legend:

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

    r107607 r107615  
    4646{
    4747    Data()
    48         : m_fStop(false) { }
     48        : m_store(NULL)
     49        , m_DnsWatcher(NULL)
     50        , m_RunLoopRef(NULL)
     51        , m_SourceStop(NULL)
     52        , m_fStop(false)
     53        , m_evtStop(NIL_RTSEMEVENT) { }
    4954
    5055    SCDynamicStoreRef m_store;
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