VirtualBox

Changeset 23049 in vbox


Ignore:
Timestamp:
Sep 15, 2009 11:26:11 PM (15 years ago)
Author:
vboxsync
Message:

VBoxNetAdpCtl.cpp: argv[0] fix for execv.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/apps/adpctl/VBoxNetAdpCtl.cpp

    r23048 r23049  
    115115    int rc;
    116116    int fds[2];
    117     char * const argv[] = { pszAdapterName, NULL };
     117    char * const argv[] = { VBOXADPCTL_IFCONFIG_PATH, pszAdapterName, NULL };
    118118    char * const envp[] = { (char*)"LC_ALL=C", NULL };
    119119
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