VirtualBox

Changeset 68188 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 31, 2017 8:57:27 AM (7 years ago)
Author:
vboxsync
Message:

VBoxmanage/unatteded: Removed pointless NULL check in --additions-iso case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxManage/VBoxManageMisc.cpp

    r68187 r68188  
    14721472                break;
    14731473            case 'a':   // --additions-iso
    1474                 if (!ValueUnion.psz)
    1475                     return errorSyntax("No Additions ISO path specified");
    14761474                vrc = RTPathAbs(ValueUnion.psz, szAbsPath, sizeof(szAbsPath));
    14771475                if (RT_FAILURE(vrc))
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