VirtualBox

Ignore:
Timestamp:
Dec 5, 2012 12:08:52 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
82492
Message:

Main: renavation com::Guid class. PR5744

File:
1 edited

Legend:

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

    r43041 r44039  
    26402640                if (cHardDisks == 1)
    26412641                {
    2642                     if (hdUuid.isEmpty())
     2642                    if (hdUuid.isZero())
    26432643                        hdUuid = thisUuid;
    26442644                    else
     
    26472647                else
    26482648                {
    2649                     if (thisUuid.isEmpty())
     2649                   if (thisUuid.isZero())
    26502650                        fInconsistent = true;
    26512651                    else if (thisUuid == hdUuid)
     
    27002700            settings::AttachedDevice &d = *dit;
    27012701
    2702             if (d.uuid.isEmpty())
     2702            if (d.uuid.isZero())
    27032703                // empty DVD and floppy media
    27042704                continue;
Note: See TracChangeset for help on using the changeset viewer.

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