- Timestamp:
- Feb 17, 2009 9:01:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.c
r16814 r16816 210 210 status = WSAIoctl(so->s, FIONREAD, NULL, 0, &pending, sizeof(unsigned long), &ignored, NULL, NULL); 211 211 if (status < 0) 212 Log 2(("NAT:error in WSAIoctl: %d\n", WSAGetLastError()));212 LogRel(("NAT:error in WSAIoctl: %d\n", WSAGetLastError())); 213 213 if (nn == 0 && (pending != 0)) 214 214 {
Note:
See TracChangeset
for help on using the changeset viewer.