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

fix scandir_up functions parameters

parent 619a3dce
No related branches found
No related tags found
No related merge requests found
......@@ -159,7 +159,7 @@ static int send_signal(char const *scandir, char const *signal)
return svc_scandir_send(scandir,csig) ;
}
static void scandir_up(char const *scandir, unsigned int timeout, unsigned int notif, char const *const *envp, ssexec_t *info)
static void scandir_up(char const *scandir, unsigned int timeout, unsigned int notif, stralloc *env, ssexec_t *info)
{
uid_t uid = getuid() ;
gid_t gid = getgid() ;
......
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