VirtualBox

Changeset 1676 in vbox


Ignore:
Timestamp:
Mar 23, 2007 1:21:51 PM (18 years ago)
Author:
vboxsync
Message:

Removed shutdown detection

File:
1 edited

Legend:

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

    r1663 r1676  
    163163                cbRemaining = sizeof(aBuffer);
    164164                rc = pData->pDrvStream->pfnRead(pData->pDrvStream, aBuffer, &cbRemaining);
    165                 if (rc == VERR_BROKEN_PIPE)
    166                     return VINF_SUCCESS;        /* abort; typically happens when shutting down. */
    167 
    168165                AssertRC(rc);
    169166            }
Note: See TracChangeset for help on using the changeset viewer.

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