For now, get around the error that "child" might be uninitialized.

1_4_stable
"Robert P. J. Day" 2006-07-18 12:05:43 +00:00
parent fc2aea1a76
commit 3e4da920bd
1 changed files with 1 additions and 1 deletions

View File

@ -1284,7 +1284,7 @@ static int run_pipe_real(struct pipe *pi)
int i;
int nextin, nextout;
int pipefds[2]; /* pipefds[0] is for reading */
struct child_prog *child;
struct child_prog *child = NULL;
const struct built_in_command *x;
char *p;