VirtualBox

Changeset 30221 in vbox


Ignore:
Timestamp:
Jun 16, 2010 1:50:21 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
62706
Message:

DrvVD: todo/r=bird: lwip_recv does not set errno, so checking it here is bogus. someone else need to figure this out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DrvVD.cpp

    r30111 r30221  
    682682        if (cbBytesRead < 0)
    683683            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  */
    685685            return VERR_NET_CONNECTION_REFUSED; /** @todo real solution */
    686686        if (pcbRead)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette