diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:31 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:46 -0800 |
| commit | e5d56bf8f4a39b5dd8667efb1df160872ffa422a (patch) | |
| tree | a8866f121ba302d439137267b802c2652581f04b /lib/param | |
| parent | 366f9856ee6027d84fde2a150303663102166d7b (diff) | |
param: Rename variable used for lp_kernel_oplocks bKernelOplocks
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')
| -rw-r--r-- | lib/param/param_functions.c | 2 | ||||
| -rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index f54f8c372f..1084d6d503 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -100,7 +100,7 @@ FN_LOCAL_BOOL(dmapi_support, dmapi_support) FN_LOCAL_PARM_BOOL(locking, locking) FN_LOCAL_PARM_INTEGER(strict_locking, strict_locking) FN_LOCAL_PARM_BOOL(posix_locking, posix_locking) -FN_LOCAL_BOOL(kernel_oplocks, bKernelOplocks) +FN_LOCAL_BOOL(kernel_oplocks, kernel_oplocks) FN_LOCAL_BOOL(level2_oplocks, bLevel2OpLocks) FN_LOCAL_BOOL(kernel_share_modes, bKernelShareModes) FN_LOCAL_BOOL(onlyuser, bOnlyUser) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 4b2257453e..6256eefc35 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2965,7 +2965,7 @@ static struct parm_struct parm_table[] = { .label = "kernel oplocks", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bKernelOplocks), + .offset = LOCAL_VAR(kernel_oplocks), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE | FLAG_GLOBAL, |
