Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp	(revision 79772)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageDHCPServer.cpp	(revision 79773)
@@ -264,6 +264,8 @@
     {
         if (m_ptrConfig.isNull())
+        {
             CHECK_ERROR2I_STMT(ptrDHCPServer, GetConfig(m_enmScope, Bstr(m_pszName).raw(), m_uSlot, TRUE /*mayAdd*/,
                                                         m_ptrConfig.asOutParam()), m_ptrConfig.setNull());
+        }
         return m_ptrConfig;
     }
@@ -649,5 +651,5 @@
                         break;
 
-                    DHCPGroupConditionType enmType;
+                    DHCPGroupConditionType_T enmType;
                     switch (vrc)
                     {
@@ -817,5 +819,4 @@
         if (pCtx->pCmdDef->fSubcommandScope == HELP_SCOPE_DHCPSERVER_ADD)
         {
-            RTEXITCODE rcExit = RTEXITCODE_SUCCESS;
             if (!pszServerIp)
                 rcExit = errorSyntax("Missing required option: --ip");
@@ -871,5 +872,4 @@
          */
         HRESULT hrc;
-        RTEXITCODE rcExit = RTEXITCODE_SUCCESS;
         if (pszServerIp || pszNetmask || pszLowerIp || pszUpperIp)
         {
