VirtualBox

Changeset 17894 in vbox


Ignore:
Timestamp:
Mar 15, 2009 6:05:25 PM (16 years ago)
Author:
vboxsync
Message:

VBoxManage: dhcp settings list fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageList.cpp

    r17888 r17894  
    785785                svr->COMGETTER(UpperIP)(upperIp.asOutParam());
    786786                RTPrintf("upperIPAddress: %lS\n", upperIp.raw());
     787                BOOL bEnabled;
     788                svr->COMGETTER(Enabled)(&bEnabled);
     789                RTPrintf("Enabled:        %s\n", bEnabled ? "Yes" : "No");
    787790                RTPrintf("\n");
    788791            }
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