Changeset 30221 in vbox
- Timestamp:
- Jun 16, 2010 1:50:21 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 62706
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DrvVD.cpp
r30111 r30221 682 682 if (cbBytesRead < 0) 683 683 return VERR_NET_CONNECTION_REFUSED; /** @todo real solution */ 684 if (cbBytesRead == 0 && errno) 684 if (cbBytesRead == 0 && errno) /** @todo r=bird: lwip_recv will not touch errno on Windows. This may apply to other hosts as well */ 685 685 return VERR_NET_CONNECTION_REFUSED; /** @todo real solution */ 686 686 if (pcbRead)
Note:
See TracChangeset
for help on using the changeset viewer.