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