diff options
Diffstat (limited to 'source3/aparser/templates/fn_end.tpl')
-rw-r--r-- | source3/aparser/templates/fn_end.tpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/source3/aparser/templates/fn_end.tpl b/source3/aparser/templates/fn_end.tpl new file mode 100644 index 0000000000..2275ec4e33 --- /dev/null +++ b/source3/aparser/templates/fn_end.tpl @@ -0,0 +1,13 @@ + +end: + /* the parse is OK */ + return True; + +fail: + if (UNMARSHALLING(ps)) { + ZERO_STRUCTP(il); + } + return False; +} /* @FUNCNAME@ */ + + |