aboutsummaryrefslogtreecommitdiffstats
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/node.c b/node.c
index bb2fe437..a435e01d 100644
--- a/node.c
+++ b/node.c
@@ -300,7 +300,6 @@ r_dupnode(NODE *n)
getnode(r);
*r = *n;
- r->flags &= ~FIELD;
r->flags |= MALLOC;
r->valref = 1;
/*