param: use the generated parameter table.
authorMichael Adam <obnox@samba.org>
Thu, 23 Jul 2015 16:40:27 +0000 (18:40 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 30 Jul 2015 23:55:32 +0000 (01:55 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/param/param_table.c

index 372cd37de6dae1258311623735b86ab9fdc70cdd..92a7619814e7527fcc82ba52df85e69259112e64 100644 (file)
@@ -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)
 {