VirtualBox

Changeset 4293 in vbox


Ignore:
Timestamp:
Aug 22, 2007 4:14:45 PM (17 years ago)
Author:
vboxsync
Message:

clear path to serial pipe/device on disconnected host mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/SerialPortImpl.cpp

    r4291 r4293  
    413413        mData.backup();
    414414        mData->mHostMode = aHostMode;
     415        if (aHostMode == SerialHostMode_Disconnected)
     416        {
     417            mData->mPath   = "";
     418            mData->mServer = false;
     419        }
    415420        emitChangeEvent = true;
    416421    }
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