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