VirtualBox

Ignore:
Timestamp:
Jan 6, 2023 9:46:23 PM (2 years ago)
Author:
vboxsync
Message:

NetSvc/Dhcpd: Don't use 'single' as a parameter name, the polluted solaris namespace has it as some kind of global and that triggers compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/Dhcpd/IPv4Pool.h

    r98026 r98027  
    135135
    136136    /**
    137      * Checks if the pool range includes @a addr (allocation status not considered).
     137     * Checks if the pool range includes @a a_Addr (allocation status not considered).
    138138     */
    139     bool contains(RTNETADDRIPV4 addr) const RT_NOEXCEPT
     139    bool contains(RTNETADDRIPV4 a_Addr) const RT_NOEXCEPT
    140140    {
    141         return m_range.contains(addr);
     141        return m_range.contains(a_Addr);
    142142    }
    143143
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