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

useless commit

parent f5cef972
No related branches found
No related tags found
No related merge requests found
......@@ -22,15 +22,13 @@
#include <66/resolve.h>
#include <66/ssexec.h>
int svc_send(ssexec_t *info,genalloc *ga,char const *sig,char const *const *envp)
{
unsigned int i = 0 ;
int nargc = 3 + genalloc_len(ss_resolve_t,ga) ;
char const *newargv[nargc] ;
unsigned int m = 0 ;
newargv[m++] = "fake_name" ;
newargv[m++] = sig ;
......
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