summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/param/param_functions.c2
-rw-r--r--lib/param/param_table.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 190108b2cc..41ba70cfa9 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -244,7 +244,7 @@ FN_GLOBAL_CONST_STRING(dnsdomain, dnsdomain)
FN_GLOBAL_CONST_STRING(dns_forwarder, dns_forwarder)
FN_GLOBAL_CONST_STRING(dos_charset, dos_charset)
FN_GLOBAL_CONST_STRING(guestaccount, guestaccount)
-FN_GLOBAL_CONST_STRING(lockdir, szLockDir)
+FN_GLOBAL_CONST_STRING(lockdir, lockdir)
FN_GLOBAL_CONST_STRING(logon_drive, szLogonDrive)
FN_GLOBAL_CONST_STRING(logon_home, szLogonHome)
FN_GLOBAL_CONST_STRING(logon_path, szLogonPath)
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 591a43da36..f0b309602a 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3298,7 +3298,7 @@ static struct parm_struct parm_table[] = {
.label = "lock directory",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szLockDir),
+ .offset = GLOBAL_VAR(lockdir),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,
@@ -3307,7 +3307,7 @@ static struct parm_struct parm_table[] = {
.label = "lock dir",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szLockDir),
+ .offset = GLOBAL_VAR(lockdir),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_HIDE,