VirtualBox

Changeset 35434 in vbox


Ignore:
Timestamp:
Jan 7, 2011 4:47:52 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
69305
Message:

VBoxService: don't skip the first parameter passed by the host

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControlExec.cpp

    r35244 r35434  
    11111111     * VBoxService toolbox command - we already have a resolved one in pszFileName. */
    11121112    char *pszArgs;
    1113     int rc = RTGetOptArgvToString(&pszArgs,
    1114                                   fUseToolbox ? papszArgs : &papszArgs[1],
     1113    int rc = RTGetOptArgvToString(&pszArgs, papszArgs,
    11151114                                  RTGETOPTARGV_CNV_QUOTE_MS_CRT); /* RTGETOPTARGV_CNV_QUOTE_BOURNE_SH */
    11161115    if (   RT_SUCCESS(rc)
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