From: Michael Adam Date: Thu, 23 Jul 2015 16:40:27 +0000 (+0200) Subject: param: use the generated parameter table. X-Git-Tag: talloc-2.1.4~480 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33dfaf7ef9542a047e67dd7daa5619a7d597a823;p=thirdparty%2Fsamba.git param: use the generated parameter table. Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison --- diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 372cd37de6d..92a7619814e 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -282,7 +282,7 @@ static const struct enum_list enum_case[] = { #define GLOBAL_VAR(name) offsetof(struct loadparm_global, name) #define LOCAL_VAR(name) offsetof(struct loadparm_service, name) -#include "lib/param/param_table_static.c" +#include "lib/param/param_table_gen.c" int num_parameters(void) {