Changeset 19074 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Apr 21, 2009 1:09:52 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r19049 r19074 332 332 if (errno == EINTR) 333 333 { 334 Log2(("NAT: signal was cau tchedwhile sleep on poll\n"));334 Log2(("NAT: signal was caught while sleep on poll\n")); 335 335 /* No error, just process all outstanding requests but don't wait */ 336 336 cChangedFDs = 0;
Note:
See TracChangeset
for help on using the changeset viewer.