test error

This commit is contained in:
Olof hagsand 2021-01-15 14:21:06 +01:00
parent f0325d989e
commit f1449a2542
2 changed files with 2 additions and 2 deletions

View file

@ -226,7 +226,7 @@ clixon_proc_background(char **argv,
pid_t *pid0)
{
int retval = -1;
pid_t child;
pid_t child = 0;
int i;
sigfn_t oldhandler = NULL;
sigset_t oset;