diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:41 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:50 -0800 |
| commit | 81f9cbd8fbb66061cae8bb46909aa8be8fa4c12a (patch) | |
| tree | abc28f9e81a7137d5b1e7fc6eb5403590b3c6096 /lib | |
| parent | ea8671fcd7f36396f181949365fda51685411516 (diff) | |
| download | samba-81f9cbd8fbb66061cae8bb46909aa8be8fa4c12a.tar.gz samba-81f9cbd8fbb66061cae8bb46909aa8be8fa4c12a.tar.xz samba-81f9cbd8fbb66061cae8bb46909aa8be8fa4c12a.zip | |
param: Rename variable used for lp_kernel_change_notify bKernelChangeNotify
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')
| -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 7e4247ab05..9f2b2552eb 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -150,7 +150,7 @@ FN_LOCAL_INTEGER(smb_encrypt, smb_encrypt) FN_LOCAL_PARM_CHAR(magicchar, magicchar) FN_LOCAL_STRING(cups_options, cups_options) FN_LOCAL_PARM_BOOL(change_notify, change_notify) -FN_LOCAL_PARM_BOOL(kernel_change_notify, bKernelChangeNotify) +FN_LOCAL_PARM_BOOL(kernel_change_notify, kernel_change_notify) FN_LOCAL_BOOL(durable_handles, bDurableHandles) FN_GLOBAL_BOOL(allow_insecure_widelinks, bAllowInsecureWidelinks) diff --git a/lib/param/param_table.c b/lib/param/param_table.c index b8d9ca9df8..0c399b5750 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1785,7 +1785,7 @@ static struct parm_struct parm_table[] = { .label = "kernel change notify", .type = P_BOOL, .p_class = P_LOCAL, - .offset = LOCAL_VAR(bKernelChangeNotify), + .offset = LOCAL_VAR(kernel_change_notify), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED | FLAG_SHARE, |
