Changeset 59312 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 12, 2016 2:13:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r59219 r59312 392 392 static void drvNATSendWorker(PDRVNAT pThis, PPDMSCATTERGATHER pSgBuf) 393 393 { 394 #if ndef 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. */ 395 395 Assert(pThis->enmLinkState == PDMNETWORKLINKSTATE_UP); 396 396 #endif
Note:
See TracChangeset
for help on using the changeset viewer.