Changeset 50322 in vbox for trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin
- Timestamp:
- Feb 5, 2014 9:19:01 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92044
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetAdp/darwin/VBoxNetAdp-darwin.cpp
r50321 r50322 297 297 { 298 298 ifnet_set_mtu(pThis->u.s.pIface, VBOXNETADP_MTU); 299 V boxNetSendDummy(pThis->u.s.pIface);299 VBoxNetSendDummy(pThis->u.s.pIface); 300 300 return VINF_SUCCESS; 301 301 }
Note:
See TracChangeset
for help on using the changeset viewer.