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)
commitd711a011448718e055ffa2af3470f0d961234cd3
treead32b6855dc694d2a9759dfed515032dbd760754
parent6ac33b7f2ec574af356e5286831952519026246e
lib/param: Do not attempt to access the s3 function for allocated and subbed string parameters

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>
lib/param/loadparm.c