diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-05-22 09:09:37 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-05-22 09:09:37 +0000 |
commit | 943340a5a3f5d725e2cd35ab47f33083837cb904 (patch) | |
tree | 9e94688083bb5cc54cb44e4ac194fc3772345435 /source3/aparser/templates | |
parent | 74d677ec591a715e28dba29a33ee40e1b1c2f830 (diff) | |
download | samba-943340a5a3f5d725e2cd35ab47f33083837cb904.tar.gz samba-943340a5a3f5d725e2cd35ab47f33083837cb904.tar.bz2 samba-943340a5a3f5d725e2cd35ab47f33083837cb904.zip |
more aparser stuff - we now handle everything but the idl headers in srvsvc.idl
(This used to be commit 5f1e8422d0ebc589cdfe95f1001a8e55cb60af4a)
Diffstat (limited to 'source3/aparser/templates')
-rw-r--r-- | source3/aparser/templates/fn_end.tpl | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/aparser/templates/fn_end.tpl b/source3/aparser/templates/fn_end.tpl index 38cf10d1b2..df62f6c0ac 100644 --- a/source3/aparser/templates/fn_end.tpl +++ b/source3/aparser/templates/fn_end.tpl @@ -1,8 +1,6 @@ end: - /* the parse is OK, just align and end */ - if (!prs_align(ps)) goto fail; - + /* the parse is OK */ return True; fail: |