VirtualBox

Changeset 43037 in vbox


Ignore:
Timestamp:
Aug 28, 2012 1:33:33 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
80371
Message:

PDMDriver.cpp: Don't assert when trying to attach driver at a configured LUN without any driver attached. Happens when there is no network driver attached to a NIC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/VMM/VMMR3/PDMDriver.cpp

    r42141 r43037  
    800800    else
    801801    {
    802         AssertMsgFailed(("Query for string value of \"Driver\" -> %Rrc\n", rc));
    803802        if (rc == VERR_CFGM_VALUE_NOT_FOUND)
    804803            rc = VERR_PDM_CFG_MISSING_DRIVER_NAME;
     804        else
     805            AssertMsgFailed(("Query for string value of \"Driver\" -> %Rrc\n", rc));
    805806    }
    806807    return rc;
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