diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:01 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:57 -0800 |
commit | 37318b650b7de8d87e4ace4cd80de3fb73a3b2b2 (patch) | |
tree | 900da895480cb5c594d296b239e680c6304c2105 /lib/param/param_table.c | |
parent | 603282d5f56bbcdb1f913dbdc8a6a568706d3bf5 (diff) | |
download | samba-37318b650b7de8d87e4ace4cd80de3fb73a3b2b2.tar.gz samba-37318b650b7de8d87e4ace4cd80de3fb73a3b2b2.tar.xz samba-37318b650b7de8d87e4ace4cd80de3fb73a3b2b2.zip |
param: Rename variable used for lp_lockdir szLockDir
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r-- | lib/param/param_table.c | 4 |
1 files changed, 2 insertions, 2 deletions
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, |