VirtualBox

Changeset 91840 in vbox for trunk/src/VBox/ImageMounter


Ignore:
Timestamp:
Oct 19, 2021 10:50:26 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
147636
Message:

vboximg-mount: Return an error if no image UUID or path is specified, bugref:10097

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp

    r87350 r91840  
    10181018    }
    10191019
     1020    if (!g_vboximgOpts.pszImageUuidOrPath)
     1021        return RTMsgErrorExitFailure("A image UUID or path needs to be provided using the --image/-i option\n");
     1022
    10201023    Bstr    pMediumUuid;
    10211024    ComPtr<IMedium> pVDiskMedium = NULL;
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