VirtualBox

Changeset 73972 in vbox for trunk/src


Ignore:
Timestamp:
Aug 30, 2018 10:03:51 AM (6 years ago)
Author:
vboxsync
Message:

bugref:9152. build fixes.

File:
1 edited

Legend:

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

    r73971 r73972  
    907907                // Locate the Medium object for this entry (by location/path).
    908908                Log(("Finding disk \"%s\"\n", path.c_str()));
    909                 ComObjPtr<Medium> ptrSourceDisk;
    910                 rc = mVirtualBox->i_findHardDiskByLocation(path, true , &ptrSourceDisk);
     909                ComObjPtr<Medium> ptrDisk;
     910                rc = mVirtualBox->i_findHardDiskByLocation(path, true , &ptrDisk);
    911911                if (FAILED(rc))
    912912                    throw rc;
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