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 /source3 | |
| 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 'source3')
| -rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index efe179ab91..1516697dcf 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -266,7 +266,7 @@ static struct loadparm_service sDefault = .acl_group_control = false, .acl_allow_execute_always = false, .change_notify = true, - .bKernelChangeNotify = true, + .kernel_change_notify = true, .allocation_roundup_size = SMB_ROUNDUP_ALLOCATION_SIZE, .aio_read_size = 0, .aio_write_size = 0, |
