Changeset 57816 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp
- Timestamp:
- Sep 18, 2015 1:43:11 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/darwin/VBoxNetFlt-darwin.cpp
r57358 r57816 634 634 * to a buffer containing all zeros and pray that works for all frames... 635 635 */ 636 if (pSG->cbTotal < 60 && (fSrc &INTNETTRUNKDIR_HOST))636 if (pSG->cbTotal < 60 && (fSrc == INTNETTRUNKDIR_HOST)) 637 637 { 638 638 AssertReturnVoid(iSeg < cSegs); … … 903 903 * ASSUMES this only applies to outbound IP packets. 904 904 */ 905 if ( (fSrc &INTNETTRUNKDIR_HOST)905 if ( (fSrc == INTNETTRUNKDIR_HOST) 906 906 && eProtocol == PF_INET) 907 907 {
Note:
See TracChangeset
for help on using the changeset viewer.