VirtualBox

Changeset 54265 in vbox


Ignore:
Timestamp:
Feb 18, 2015 3:24:36 PM (10 years ago)
Author:
vboxsync
Message:

Main/DHCPServerImpl: AddGlobalOption - make updating existing options
actually update them.

File:
1 edited

Legend:

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

    r50355 r54265  
    266266    AutoWriteLock alock(this COMMA_LOCKVAL_SRC_POS);
    267267
    268     m->GlobalDhcpOptions.insert(DhcpOptValuePair(aOption, aValue));
     268    m->GlobalDhcpOptions[aOption] = aValue;
    269269
    270270    /* Indirect way to understand that we're on NAT network */
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