Changeset 16813 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 17, 2009 6:27:24 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42912
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/slirp/socket.c
r16653 r16813 211 211 status = WSAIoctl(so->s, FIONREAD, NULL, 0, &pending, sizeof(unsigned long), &ignored, NULL, NULL); 212 212 if (status < 0) 213 Log2((" error in WSAIoctl: %d\n", WSAGetLastError()));213 Log2(("NAT:error in WSAIoctl: %d\n", WSAGetLastError())); 214 214 if (nn == 0 && (pending != 0)) 215 215 {
Note:
See TracChangeset
for help on using the changeset viewer.