Changeset 54291 in vbox
- Timestamp:
- Feb 19, 2015 11:50:53 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r54109 r54291 391 391 static void drvNATSendWorker(PDRVNAT pThis, PPDMSCATTERGATHER pSgBuf) 392 392 { 393 #ifndef DEBUG_andy /* Assertion happens often to me after resuming a VM -- no time to investigate this now. */ 393 394 Assert(pThis->enmLinkState == PDMNETWORKLINKSTATE_UP); 395 #endif 394 396 if (pThis->enmLinkState == PDMNETWORKLINKSTATE_UP) 395 397 { … … 1420 1422 pThis->INetworkNATCfg.pfnRedirectRuleCommand = drvNATNetworkNatConfig_RedirectRuleCommand; 1421 1423 #if HAVE_NOTIFICATION_FOR_DNS_UPDATE && !defined(RT_OS_DARWIN) 1422 /* 1424 /* 1423 1425 * On OS X we stick to the old OS X specific notifications for 1424 1426 * now. Elsewhere use IHostNameResolutionConfigurationChangeEvent
Note:
See TracChangeset
for help on using the changeset viewer.