VirtualBox

Changeset 32888 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Oct 4, 2010 2:16:23 PM (14 years ago)
Author:
vboxsync
Message:

Guest Copy/VBoxManage: Additional parameter check.

File:
1 edited

Legend:

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

    r32866 r32888  
    571571    /* Iterate through all possible commands (if available). */
    572572    bool usageOK = true;
    573     for (int i = 2; usageOK && i < a->argc; i++)
     573    for (int i = 3; usageOK && i < a->argc; i++)
    574574    {
    575575        if (!strcmp(a->argv[i], "--flags"))
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