VirtualBox

Changeset 46754 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Jun 24, 2013 1:03:27 PM (12 years ago)
Author:
vboxsync
Message:

small typo was fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/ApplianceImplImport.cpp

    r46749 r46754  
    31693169        Utf8Str name = applianceIOName(applianceIOTar);
    31703170
    3171         if (strncmp(pCallbacks->Core.pszInterfaceName, name.c_str(), name.length()) == 0)
     3171        if (strncmp(pStorage->pVDImageIfaces->pszInterfaceName, name.c_str(), name.length()) == 0)
    31723172        {
    31733173            /* It means that we possibly have imported the storage earlier on the previous loop steps*/
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