VirtualBox

Changeset 107521 in vbox for trunk/src


Ignore:
Timestamp:
Jan 8, 2025 2:49:29 PM (12 days ago)
Author:
vboxsync
Message:

src/VBox/Main/include/DHCPConfigImpl.h: Fixed warning found by Parfait (uninitialized attributes). jiraref:VBP-1424

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/DHCPConfigImpl.h

    r106061 r107521  
    243243     * @{ */
    244244    DHCPGroupCondition()
    245         : m_enmType(DHCPGroupConditionType_MAC)
     245        : m_fInclusive(false)
     246        , m_enmType(DHCPGroupConditionType_MAC)
    246247        , m_pParent(NULL)
    247248    {}
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