Check we have a list before running depends.

This commit is contained in:
Roy Marples
2008-04-26 14:57:39 +00:00
parent 1e3442f95d
commit b5d829789f
4 changed files with 17 additions and 21 deletions

View File

@ -156,7 +156,7 @@ static void handle_signal(int sig)
if (write(signal_pipe[1], &sig, sizeof(sig)) == -1)
eerror("%s: send: %s", service, strerror(errno));
} else
rc_waitpid (-1);
rc_waitpid(-1);
break;
case SIGWINCH: