Changeset 79773 in vbox for trunk/src/VBox
- Timestamp:
- Jul 14, 2019 9:14:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp
r79771 r79773 264 264 { 265 265 if (m_ptrConfig.isNull()) 266 { 266 267 CHECK_ERROR2I_STMT(ptrDHCPServer, GetConfig(m_enmScope, Bstr(m_pszName).raw(), m_uSlot, TRUE /*mayAdd*/, 267 268 m_ptrConfig.asOutParam()), m_ptrConfig.setNull()); 269 } 268 270 return m_ptrConfig; 269 271 } … … 649 651 break; 650 652 651 DHCPGroupConditionType enmType;653 DHCPGroupConditionType_T enmType; 652 654 switch (vrc) 653 655 { … … 817 819 if (pCtx->pCmdDef->fSubcommandScope == HELP_SCOPE_DHCPSERVER_ADD) 818 820 { 819 RTEXITCODE rcExit = RTEXITCODE_SUCCESS;820 821 if (!pszServerIp) 821 822 rcExit = errorSyntax("Missing required option: --ip"); … … 871 872 */ 872 873 HRESULT hrc; 873 RTEXITCODE rcExit = RTEXITCODE_SUCCESS;874 874 if (pszServerIp || pszNetmask || pszLowerIp || pszUpperIp) 875 875 {
Note:
See TracChangeset
for help on using the changeset viewer.