VirtualBox

忽略:
時間撮記:
2015-3-27 下午04:33:54 (10 年 以前)
作者:
vboxsync
訊息:

Preserve error messages before calling i_clearDiskEncryptionKeysOnAllAttachmentsWithKeyId()

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r54978 r54994  
    34733473             * change the state of the Console object.
    34743474             */
     3475            ErrorInfoKeeper eik; /* Keep current error info or it gets deestroyed in the IPC methods below. */
    34753476            for (unsigned ii = 0; ii < i; ii++)
    34763477            {
     
    47534754    SafeIfaceArray<IMediumAttachment> sfaAttachments;
    47544755
    4755     AutoCaller autoCaller(this);
    4756     AssertComRCReturnRC(autoCaller.rc());
    4757 
    47584756    /* Get the VM - must be done before the read-locking. */
    47594757    SafeVMPtr ptrVM(this);
     
    50004998    {
    50014999        /* Clear disk encryption setup on successfully configured attachments. */
     5000        ErrorInfoKeeper eik; /* Keep current error info or it gets deestroyed in the IPC methods below. */
    50025001        i_clearDiskEncryptionKeysOnAllAttachmentsWithKeyId(strId);
    50035002    }
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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