summaryrefslogtreecommitdiff
path: root/lib/param
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2015-07-23 18:40:27 +0200
committerJeremy Allison <jra@samba.org>2015-07-31 01:55:32 +0200
commit33dfaf7ef9542a047e67dd7daa5619a7d597a823 (patch)
tree39e9a16ef06e497b9b5689974e1f97e9a49be666 /lib/param
parentcf16ae56338b59aaa517de5a85ea8c86c77bbaf7 (diff)
downloadsamba-33dfaf7ef9542a047e67dd7daa5619a7d597a823.tar.gz
param: use the generated parameter table.
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param')
-rw-r--r--lib/param/param_table.c2
1 files changed, 1 insertions, 1 deletions
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)
{