Changeset 64759 in vbox for trunk/src/VBox
- Timestamp:
- Nov 28, 2016 9:04:38 AM (8 years ago)
- Location:
- trunk/src/VBox/NetworkServices/NAT
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/NetworkServices/NAT/VBoxNetLwipNAT.cpp
r63567 r64759 1204 1204 if (RT_SUCCESS(vrc)) 1205 1205 { 1206 closesocket(icmpsock4); 1207 closesocket(icmpsock6); 1206 1208 return RTMsgErrorExit(RTEXITCODE_FAILURE, 1207 1209 "Failed to initialize COM: %s: %Rhrf", … … 1210 1212 } 1211 1213 #endif // VBOX_WITH_XPCOM 1214 closesocket(icmpsock4); 1215 closesocket(icmpsock6); 1212 1216 return RTMsgErrorExit(RTEXITCODE_FAILURE, 1213 1217 "Failed to initialize COM: %Rhrf", hrc); -
trunk/src/VBox/NetworkServices/NAT/winutils.h
r62761 r64759 166 166 167 167 # include <errno.h> 168 # include <unistd.h> 168 169 169 170 # define SOCKET int
Note:
See TracChangeset
for help on using the changeset viewer.