VirtualBox

Changeset 36732 in vbox


Ignore:
Timestamp:
Apr 19, 2011 3:55:23 PM (14 years ago)
Author:
vboxsync
Message:

VBoxService/GuestCtrl: Use stdout as default buffer when no or an invalid buffer ID is specified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExecThread.cpp

    r36550 r36732  
    289289                    break;
    290290
    291                 case 0: /* StdIn */
     291                case 0: /* StdOut */
     292                default:
    292293                    pPipeBuf = &pData->stdOut;
    293                     break;
    294 
    295                 default:
    296                     AssertMsgFailed(("Invalid pipe buffer ID %u specified!\n", uHandleId));
    297294                    break;
    298295            }
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