summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:13 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:59 -0800
commit1f68d3371899e78e9bed6d74ae385c761bfd3442 (patch)
tree52f9ec14de8814c89f6028a729c2b65ee9725a3f /lib/param/param_table.c
parentf58121c92ad577632c2c87bb0598f1935827418e (diff)
downloadsamba-1f68d3371899e78e9bed6d74ae385c761bfd3442.tar.gz
samba-1f68d3371899e78e9bed6d74ae385c761bfd3442.tar.xz
samba-1f68d3371899e78e9bed6d74ae385c761bfd3442.zip
param: Rename variable used for lp_lock_spin_time iLockSpinTime
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index 9092511b58..5e6be21535 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2992,7 +2992,7 @@ static struct parm_struct parm_table[] = {
.label = "lock spin time",
.type = P_INTEGER,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(iLockSpinTime),
+ .offset = GLOBAL_VAR(lock_spin_time),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED | FLAG_GLOBAL,