VirtualBox

Changeset 40755 in vbox for trunk/src


Ignore:
Timestamp:
Apr 3, 2012 11:38:47 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77243
Message:

Main/HostImpl: fixed r76982 (the old santiy check was wrong and prevented to create host interfaces)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostImpl.cpp

    r40581 r40755  
    10901090{
    10911091    CheckComArgOutPointerValid(aHostNetworkInterface);
    1092     CheckComArgNotNull(*aHostNetworkInterface);
    10931092    CheckComArgOutPointerValid(aProgress);
    10941093
     
    11031102    if (RT_SUCCESS(r))
    11041103    {
     1104        if (!*aHostNetworkInterface)
     1105            return setError(E_FAIL,
     1106                            tr("Unable to create a host network interface"));
     1107
    11051108#if !defined(RT_OS_WINDOWS)
    11061109        Bstr tmpAddr, tmpMask, tmpName;
Note: See TracChangeset for help on using the changeset viewer.

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