Changeset 40444 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Mar 13, 2012 1:30:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/solaris/VBoxNetFltBow-solaris.c
r38896 r40444 1011 1011 if (pVNIC->hClient) 1012 1012 { 1013 #if 0 1013 1014 if (pVNIC->hUnicast) 1014 1015 { … … 1016 1017 pVNIC->hUnicast = NULL; 1017 1018 } 1019 #endif 1018 1020 1019 1021 if (pVNIC->hPromisc) … … 1466 1468 * Remove existing unicast address, promisc. and the RX hook. 1467 1469 */ 1470 #if 0 1468 1471 if (pVNIC->hUnicast) 1469 1472 { … … 1472 1475 pVNIC->hUnicast = NULL; 1473 1476 } 1477 #endif 1474 1478 1475 1479 if (pVNIC->hPromisc)
Note:
See TracChangeset
for help on using the changeset viewer.