From 32a7cf9188672b0c4766056eb762972f8488aa8e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 15 May 2000 13:41:05 +0000 Subject: started update to handle arbitrary arrays note: this code is currently broken. (This used to be commit 15646ebd84ee4e63a251c87800677f3dd2ae6971) --- source3/aparser/templates/prs_pointer.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/aparser/templates') diff --git a/source3/aparser/templates/prs_pointer.tpl b/source3/aparser/templates/prs_pointer.tpl index f268c259bc..6ad1b99a01 100644 --- a/source3/aparser/templates/prs_pointer.tpl +++ b/source3/aparser/templates/prs_pointer.tpl @@ -1 +1,2 @@ - if (!prs_pointer("@ELEM@_ptr", ps, depth+1, (void **)&il->@ELEM@)) goto fail; + if (!prs_pointer("@ELEM@_ptr", ps, depth+1, + (void **)&il->@ELEM@, True)) goto fail; -- cgit