VirtualBox

Changeset 17946 in vbox


Ignore:
Timestamp:
Mar 16, 2009 3:42:55 PM (16 years ago)
Author:
vboxsync
Message:

disable the asserting dummi code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/ConsoleImpl2.cpp

    r17940 r17946  
    18091809        }
    18101810
    1811         ComPtr<IDhcpServer> dhcpServer;
    1812         hrc = virtualBox->FindDhcpServerByName(networkName.mutableRaw(), dhcpServer.asOutParam());
    1813         if(FAILED(hrc))
    1814         {
    1815             LogRel(("NetworkAttachmentType_HostOnly: COMGETTER(Id) failed, hrc (0x%x)", hrc));
    1816             H();
    1817         }
     1811//        ComPtr<IDhcpServer> dhcpServer;
     1812//        hrc = virtualBox->FindDhcpServerByName(networkName.mutableRaw(), dhcpServer.asOutParam());
     1813//        if(FAILED(hrc))
     1814//        {
     1815//            LogRel(("NetworkAttachmentType_HostOnly: COMGETTER(Id) failed, hrc (0x%x)", hrc));
     1816//            H();
     1817//        }
    18181818
    18191819    }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette