aboutsummaryrefslogtreecommitdiff
path: root/hush.c
diff options
context:
space:
mode:
Diffstat (limited to 'hush.c')
-rw-r--r--hush.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hush.c b/hush.c
index 71e40489d..976fa3805 100644
--- a/hush.c
+++ b/hush.c
@@ -1660,7 +1660,6 @@ int reserved_word(o_string *dest, struct p_context *ctx)
1660 old->child->group = ctx->list_head; 1660 old->child->group = ctx->list_head;
1661 *ctx = *old; /* physical copy */ 1661 *ctx = *old; /* physical copy */
1662 free(old); 1662 free(old);
1663 ctx->w=RES_NONE;
1664 } 1663 }
1665 b_reset (dest); 1664 b_reset (dest);
1666 return 1; 1665 return 1;