summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:27 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:45 -0800
commitf6f8373352abc23c62b96c60a4a8582685aabb07 (patch)
treee42de488a7d91ab98b763eaefcf67a021ae27b84 /lib/param/param_functions.c
parent5b2bf1a885d63c26f9e7da5fab391f2b9fab5228 (diff)
downloadsamba-f6f8373352abc23c62b96c60a4a8582685aabb07.tar.gz
samba-f6f8373352abc23c62b96c60a4a8582685aabb07.tar.xz
samba-f6f8373352abc23c62b96c60a4a8582685aabb07.zip
param: Rename variable used for lp_dfree_command szDfree
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c
index 77cc0cf719..6d0e6d4fd6 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -79,7 +79,7 @@ FN_LOCAL_STRING(veto_files, veto_files)
FN_LOCAL_STRING(hide_files, hide_files)
FN_LOCAL_STRING(veto_oplocks, veto_oplocks)
FN_LOCAL_STRING(aio_write_behind, aio_write_behind)
-FN_LOCAL_STRING(dfree_command, szDfree)
+FN_LOCAL_STRING(dfree_command, dfree_command)
FN_LOCAL_BOOL(autoloaded, autoloaded)
FN_LOCAL_BOOL(preexec_close, bPreexecClose)
FN_LOCAL_BOOL(rootpreexec_close, bRootpreexecClose)