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/param/param_functions.c | |
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/param/param_functions.c')
-rw-r--r-- | lib/param/param_functions.c | 2 |
1 files changed, 1 insertions, 1 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) |