- Timestamp:
- Sep 30, 2013 8:44:32 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 89414
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp
r47451 r48776 134 134 const char * pUpperIp = NULL; 135 135 136 uint8_t u8OptId = -1;137 uint8_t u8Slot = -1;136 uint8_t u8OptId = (uint8_t)~0; 137 uint8_t u8Slot = (uint8_t)~0; 138 138 139 139 int enable = -1;
Note:
See TracChangeset
for help on using the changeset viewer.