summaryrefslogtreecommitdiff
path: root/source3/aparser/templates/prs_pointer.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'source3/aparser/templates/prs_pointer.tpl')
-rw-r--r--source3/aparser/templates/prs_pointer.tpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/aparser/templates/prs_pointer.tpl b/source3/aparser/templates/prs_pointer.tpl
index f268c259bc..6ad1b99a01 100644
--- a/source3/aparser/templates/prs_pointer.tpl
+++ b/source3/aparser/templates/prs_pointer.tpl
@@ -1 +1,2 @@
- if (!prs_pointer("@ELEM@_ptr", ps, depth+1, (void **)&il->@ELEM@)) goto fail;
+ if (!prs_pointer("@ELEM@_ptr", ps, depth+1,
+ (void **)&il->@ELEM@, True)) goto fail;