Changeset 45367 in vbox for trunk/src/VBox/Main/include/DHCPServerRunner.h
- Timestamp:
- Apr 5, 2013 1:02:06 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/DHCPServerRunner.h
r44529 r45367 54 54 int setOption(DHCPCFG opt, const char *val, bool enabled) 55 55 { 56 if (opt == 0 || opt >= DHCPCFG_NOTOPT_MAXVAL)56 if (opt == 0 || opt >= DHCPCFG_NOTOPT_MAXVAL) 57 57 return VERR_INVALID_PARAMETER; 58 if (isRunning())58 if (isRunning()) 59 59 return VERR_INVALID_STATE; 60 60
Note:
See TracChangeset
for help on using the changeset viewer.