VirtualBox

Changeset 79775 in vbox


Ignore:
Timestamp:
Jul 14, 2019 10:46:31 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
132141
Message:

Main/DHCP*,VBoxManage: Some adjustments to the DHCP*Config interfaces and reworked the VBoxMAnage dhcpserver add/modify commands to support groups, fixed address assignments, setting lease times, removing group and individaul configurations, ++. todo: update man page. [c++98 fix] bugref:9288

File:
1 edited

Legend:

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

    r79774 r79775  
    388388                    if (pCurConfig == pConfig)
    389389                    {
     390                        m->groupConfigs.erase(it++); /* Post increment returns copy of original that is then erased. */
    390391                        fFound = true;
    391                         it = m->groupConfigs.erase(it);
    392392                    }
    393393                    else
     
    405405                    if (pCurConfig == pConfig)
    406406                    {
     407                        m->individualConfigs.erase(it++); /* Post increment returns copy of original that is then erased. */
    407408                        fFound = true;
    408                         it = m->individualConfigs.erase(it);
    409409                    }
    410410                    else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette