Skip to content
Snippets Groups Projects
Commit 13175dcd authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

follow change on ssexec_init interface

parent 060bfd5c
No related branches found
Tags 0.7.0.0
No related merge requests found
......@@ -30,14 +30,13 @@ int rc_init(ssexec_t *info, char const *const *envp)
{
int r ;
int nargc = 4 ;
int nargc = 2 ;
char const *newargv[nargc] ;
unsigned int m = 0 ;
newargv[m++] = "fake_name" ;
newargv[m++] = "-d" ;
newargv[m++] = info->treename.s ;
newargv[m++] = 0 ;
newargv[m++] = "d" ;
//newargv[m++] = 0 ;
if (ssexec_init(nargc,newargv,envp,info))
return 0 ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment