summaryrefslogtreecommitdiff
path: root/lib/param/loadparm.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-07-23 12:35:02 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-07-24 09:16:44 +0200
commit280d1877fdc9c481f1cfc6e62c74ed398da97d01 (patch)
tree43d9680fef2a4399293b6c25b00c5017474e32b8 /lib/param/loadparm.c
parentb94ab3c608eea4eaaad3762ac64995929a354173 (diff)
downloadsamba-280d1877fdc9c481f1cfc6e62c74ed398da97d01.tar.gz
samba-280d1877fdc9c481f1cfc6e62c74ed398da97d01.tar.bz2
samba-280d1877fdc9c481f1cfc6e62c74ed398da97d01.zip
lib/param: Rename param_enums.c to param_table.c
This is in preperation for the parameter table being merged into this file. Andrew Bartlett Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Tue Jul 24 09:16:44 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/param/loadparm.c')
-rw-r--r--lib/param/loadparm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c
index 407b942dc9..e744e79206 100644
--- a/lib/param/loadparm.c
+++ b/lib/param/loadparm.c
@@ -105,7 +105,7 @@ static bool handle_debuglevel(struct loadparm_context *lp_ctx, int unused,
static bool handle_logfile(struct loadparm_context *lp_ctx, int unused,
const char *pszParmValue, char **ptr);
-#include "lib/param/param_enums.c"
+#include "lib/param/param_table.c"
#define GLOBAL_VAR(name) offsetof(struct loadparm_global, name)
#define LOCAL_VAR(name) offsetof(struct loadparm_service, name)