mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
Uninitialized variable causing intermittent syntax errors (bug 449).
This commit is contained in:
parent
cdbae77823
commit
032e2cbf20
1 changed files with 1 additions and 0 deletions
|
|
@ -2007,6 +2007,7 @@ static struct pipe *new_pipe(void) {
|
|||
pi->progs = NULL;
|
||||
pi->next = NULL;
|
||||
pi->followup = 0; /* invalid */
|
||||
pi->r_mode = RES_NONE;
|
||||
return pi;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue