VirtualBox

Changeset 78626 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 21, 2019 10:00:11 AM (6 years ago)
Author:
vboxsync
Message:

Dev/E1000: fix an assertion when the virtual NIC is disconnected.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r78119 r78626  
    55175517
    55185518    int rc = e1kXmitPending(pThis, false /*fOnWorkerThread*/); NOREF(rc);
    5519 #ifndef DEBUG_andy /** @todo r=andy Happens for me a lot, mute this for me. */
    5520     AssertMsg(RT_SUCCESS(rc) || rc == VERR_TRY_AGAIN, ("%Rrc\n", rc));
    5521 #endif
     5519    AssertMsg(RT_SUCCESS(rc) || rc == VERR_TRY_AGAIN || rc == VERR_NET_DOWN, ("%Rrc\n", rc));
    55225520    return true;
    55235521}
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