From ba35f793bff1689e9de399957f8ba2da3424328f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 May 2000 09:57:19 +0000 Subject: align at the end of every structure parser (This used to be commit f6353bf12212aeb30e0daff52904bf2f71ec141d) --- source3/aparser/templates/fn_end.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/aparser/templates/fn_end.tpl b/source3/aparser/templates/fn_end.tpl index b5c36fff35..a21decdd13 100644 --- a/source3/aparser/templates/fn_end.tpl +++ b/source3/aparser/templates/fn_end.tpl @@ -1,3 +1,4 @@ + if (!prs_align(ps)) goto fail; return True; -- cgit