VirtualBox

Changeset 59312 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 12, 2016 2:13:37 AM (9 years ago)
Author:
vboxsync
Message:

NAT: drvNATSendWorker - ifdef out assertion which condition we deal
with anyway (follow up to r98365).

File:
1 edited

Legend:

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

    r59219 r59312  
    392392static void drvNATSendWorker(PDRVNAT pThis, PPDMSCATTERGATHER pSgBuf)
    393393{
    394 #ifndef DEBUG_andy /* Assertion happens often to me after resuming a VM -- no time to investigate this now. */
     394#if 0 /* Assertion happens often to me after resuming a VM -- no time to investigate this now. */
    395395    Assert(pThis->enmLinkState == PDMNETWORKLINKSTATE_UP);
    396396#endif
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