Changeset 79886 in vbox
- Timestamp:
- Jul 19, 2019 12:38:52 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 132289
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp
r79867 r79886 563 563 if (pCtx->pCmdDef->fSubcommandScope == HELP_SCOPE_DHCPSERVER_ADD) 564 564 return errorSyntax("--unforce-opt does not apply to the 'add' subcommand"); 565 RT_FALL_THROUGH(); 565 566 case DHCP_ADDMOD_UNSUPPRESS_OPTION: // --unsupress-opt 566 567 if (pCtx->pCmdDef->fSubcommandScope == HELP_SCOPE_DHCPSERVER_ADD) 567 568 return errorSyntax("--unsuppress-opt does not apply to the 'add' subcommand"); 569 RT_FALL_THROUGH(); 568 570 case DHCP_ADDMOD_FORCE_OPTION: // --force-opt 569 571 case DHCP_ADDMOD_SUPPRESS_OPTION: // --suppress-opt
Note:
See TracChangeset
for help on using the changeset viewer.