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

use 66 general tool

parent f760cdd3
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ int svc_send(char const *const *list, unsigned int nservice, char **sig, unsigne
char const *newargv[nargc] ;
unsigned int m = 0 ;
newargv[m++] = "66-svctl" ;
newargv[m++] = "svctl" ;
for (; *sig ; sig++)
newargv[m++] = *sig ;
......@@ -35,8 +35,6 @@ int svc_send(char const *const *list, unsigned int nservice, char **sig, unsigne
newargv[m++] = 0 ;
if (ssexec_svctl(nargc, newargv, info))
return 0 ;
return ssexec_svctl(nargc, newargv, info) ;
return 1 ;
}
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