summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 9df7a8b1ae..8b5aca9037 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -269,7 +269,7 @@ FN_GLOBAL_CONST_STRING(winbindd_privileged_socket_directory, winbindd_privileged
FN_GLOBAL_CONST_STRING(winbindd_socket_directory, winbindd_socket_directory)
FN_GLOBAL_CONST_STRING(winbind_separator, winbind_separator)
FN_GLOBAL_CONST_STRING(workgroup, workgroup)
-FN_GLOBAL_CONST_STRING(wtmpdir, szWtmpDir)
+FN_GLOBAL_CONST_STRING(wtmpdir, wtmpdir)
FN_GLOBAL_INTEGER(afs_token_lifetime, iAfsTokenLifetime)
FN_GLOBAL_INTEGER(algorithmic_rid_base, AlgorithmicRidBase)
FN_GLOBAL_INTEGER(allow_dns_updates, allow_dns_updates)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 40d99d2841..a67e70923b 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3363,7 +3363,7 @@ static struct parm_struct parm_table[] = {
.label = "wtmp directory",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szWtmpDir),
+ .offset = GLOBAL_VAR(wtmpdir),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,