VirtualBox

Ignore:
Timestamp:
Jun 15, 2009 5:45:17 PM (15 years ago)
Author:
vboxsync
Message:

Corrected xml format change compared to 2.2.x.

File:
1 edited

Legend:

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

    r20268 r20596  
    129129    aNode.setValue <Bstr> ("lowerIP", m.lowerIP);
    130130    aNode.setValue <Bstr> ("upperIP", m.upperIP);
    131     aNode.setValue <bool> ("enabled", !!m.enabled);
     131    /* To force it back to a numeric value; will otherwise break for 2.2.x. */
     132    aNode.setValue <ULONG> ("enabled", m.enabled);
    132133
    133134    return S_OK;
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