VirtualBox

Changeset 54744 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Mar 13, 2015 2:50:51 PM (10 years ago)
Author:
vboxsync
Message:

Main/Console: Set the correct interfaces to retrieve keys for encrypted disks

File:
1 edited

Legend:

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

    r54060 r54744  
    40074007                if (pIMedium)
    40084008                {
    4009                     rc = pIMedium->pfnSetSecKeyIf(pIMedium, NULL, mpIfSecKeyHlp);
     4009                    rc = pIMedium->pfnSetSecKeyIf(pIMedium, mpIfSecKey, mpIfSecKeyHlp);
    40104010                    Assert(RT_SUCCESS(rc) || rc == VERR_NOT_SUPPORTED);
    40114011                }
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