VirtualBox

Ignore:
Timestamp:
Nov 19, 2014 6:32:03 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
96963
Message:

R7524 - needs testing in VBoxManage.

File:
1 edited

Legend:

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

    r52813 r53354  
    55
    66/*
    7  * Copyright (C) 2008-2013 Oracle Corporation
     7 * Copyright (C) 2008-2014 Oracle Corporation
    88 *
    99 * This file is part of VirtualBox Open Source Edition (OSE), as
     
    751751    }
    752752
    753     AssertReturn(!(m->optListImport.contains(ImportOptions_KeepAllMACs) && m->optListImport.contains(ImportOptions_KeepNATMACs)), E_INVALIDARG);
     753    AssertReturn(!(m->optListImport.contains
     754                   (ImportOptions_KeepAllMACs)
     755                   && m->optListImport.contains(ImportOptions_KeepNATMACs)
     756                  ), E_INVALIDARG);
    754757
    755758    // do not allow entering this method if the appliance is busy reading or writing
     
    25132516                                     strTrgFormat,
    25142517                                     *strTargetPath,
    2515                                      Guid::Empty /* media registry: none yet */);
     2518                                     Guid::Empty /* media registry: none yet */,
     2519                                     DeviceType_HardDisk);
    25162520                if (FAILED(rc)) throw rc;
    25172521
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