VirtualBox

Changeset 56963 in vbox


Ignore:
Timestamp:
Jul 17, 2015 10:35:31 AM (10 years ago)
Author:
vboxsync
Message:

Console: Make sure the members holding the number of encrypted disks and the number of provided passwords are initialized properly or the resuming the VM automatically might fail

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl.cpp

    r56615 r56963  
    567567        AssertReturn(mUsbCardReader, E_FAIL);
    568568#endif
     569
     570        m_cDisksPwProvided = 0;
     571        m_cDisksEncrypted = 0;
    569572
    570573        unconst(m_pKeyStore) = new SecretKeyStore(true /* fKeyBufNonPageable */);
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