diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:27 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:45 -0800 |
commit | 0c2319b1bb35e34102f26eca6bd73fce7effbbc1 (patch) | |
tree | 651d5b98a32893063b0ed8ede03c66882e780cbd /lib/param/param_functions.c | |
parent | f6f8373352abc23c62b96c60a4a8582685aabb07 (diff) | |
download | samba-0c2319b1bb35e34102f26eca6bd73fce7effbbc1.tar.gz samba-0c2319b1bb35e34102f26eca6bd73fce7effbbc1.tar.xz samba-0c2319b1bb35e34102f26eca6bd73fce7effbbc1.zip |
param: Rename variable used for lp_preexec_close bPreexecClose
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 6d0e6d4fd6..83761bb29e 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -81,7 +81,7 @@ FN_LOCAL_STRING(veto_oplocks, veto_oplocks) FN_LOCAL_STRING(aio_write_behind, aio_write_behind) FN_LOCAL_STRING(dfree_command, dfree_command) FN_LOCAL_BOOL(autoloaded, autoloaded) -FN_LOCAL_BOOL(preexec_close, bPreexecClose) +FN_LOCAL_BOOL(preexec_close, preexec_close) FN_LOCAL_BOOL(rootpreexec_close, bRootpreexecClose) FN_LOCAL_INTEGER(casesensitive, iCaseSensitive) FN_LOCAL_BOOL(preservecase, bCasePreserve) |