- Timestamp:
- May 27, 2015 2:30:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r56101 r56104 1872 1872 } 1873 1873 1874 #if 0 /* XXX: temporarily disable */ 1874 1875 static int vboxNetFltLinuxNotifierIPv4Callback(struct notifier_block *self, unsigned long ulEventType, void *ptr) 1875 1876 { … … 1938 1939 return rc; 1939 1940 } 1941 #endif /* 0 */ 1940 1942 1941 1943 … … 2167 2169 return VERR_INTNET_FLT_IF_FAILED; 2168 2170 2171 #if 0 /* XXX: temporarily disable */ 2169 2172 if (pThis->pSwitchPort->pfnNotifyHostAddress) 2170 2173 { … … 2254 2257 else 2255 2258 Log(("%s: uwe: pfnNotifyHostAddress is NULL\n", __FUNCTION__)); 2259 #endif 2256 2260 2257 2261 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.