summaryrefslogtreecommitdiff
path: root/common/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/hush.c')
-rw-r--r--common/hush.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/hush.c b/common/hush.c
index eb7f7f1560..c10b1176f6 100644
--- a/common/hush.c
+++ b/common/hush.c
@@ -2389,6 +2389,7 @@ struct pipe *new_pipe(void) {
pi->progs = NULL;
pi->next = NULL;
pi->followup = 0; /* invalid */
+ pi->r_mode = RES_NONE;
return pi;
}