lib/param: Do not attempt to access the s3 function for allocated and subbed string...
authorAndrew Bartlett <abartlet@samba.org>
Mon, 14 Oct 2013 02:34:40 +0000 (15:34 +1300)
committerStefan Metzmacher <metze@samba.org>
Wed, 16 Oct 2013 07:29:02 +0000 (09:29 +0200)
This allows us not to generate array entries for these, which in turn allows
us to avoid initialising them.  The issue is that we do not have the
% macro sub context nor a talloc context handy (yet).

Andrew Bartlett

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>

No differences found