diff options
Diffstat (limited to 'source3/aparser/templates/ifptr_start.tpl')
-rw-r--r-- | source3/aparser/templates/ifptr_start.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/aparser/templates/ifptr_start.tpl b/source3/aparser/templates/ifptr_start.tpl index ffffe49e91..228b84bac9 100644 --- a/source3/aparser/templates/ifptr_start.tpl +++ b/source3/aparser/templates/ifptr_start.tpl @@ -1 +1,2 @@ if (il->@ELEM@) { + if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@)))) goto fail; |