VirtualBox

Changeset 41324 in vbox


Ignore:
Timestamp:
May 16, 2012 8:26:41 AM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
77994
Message:

VBoxManage: uninitialized variable

File:
1 edited

Legend:

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

    r41174 r41324  
    7878static int handleRemove(HandlerArg *a, int iStart, int *pcProcessed)
    7979{
     80    *pcProcessed = 0;
    8081    if (a->argc - iStart < 1)
    81     {
    82         *pcProcessed = 0;
    8382        return errorSyntax(USAGE_HOSTONLYIFS, "Not enough parameters");
    84     }
    8583
    8684    int index = iStart;
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