VirtualBox

Changeset 1673 in vbox


Ignore:
Timestamp:
Mar 23, 2007 1:14:35 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
19809
Message:

Update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Serial/DrvNamedPipe.cpp

    r1671 r1673  
    149149        {
    150150            Log(("drvNamedPipeRead: RTFileRead returned Vrc\n", rc));
    151             if (rc == VERR_EOF)
     151            if (    rc == VERR_EOF
     152                ||  rc == VERR_BROKEN_PIPE)
    152153            {
    153154                RTFILE tmp = pData->NamedPipe;
     
    236237        if (VBOX_FAILURE(rc))
    237238        {
    238             if (rc == VERR_EOF)
     239            if (    rc == VERR_EOF
     240                ||  rc == VERR_BROKEN_PIPE)
    239241            {
    240242                RTFILE tmp = pData->NamedPipe;
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