summaryrefslogtreecommitdiffstats
path: root/lib/param/param_functions.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:03:20 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:18:43 -0800
commit0a4e1413b01176a9da0a097aa53bd8a04a7949e8 (patch)
tree30d0cbfafd9ec4c69e96c3a10a56ef1d66cd0e73 /lib/param/param_functions.c
parentd7a83ffdc92aa6249434619e6eb5a7cbb12ace33 (diff)
downloadsamba-0a4e1413b01176a9da0a097aa53bd8a04a7949e8.tar.gz
samba-0a4e1413b01176a9da0a097aa53bd8a04a7949e8.tar.xz
samba-0a4e1413b01176a9da0a097aa53bd8a04a7949e8.zip
param: Rename variable used for lp_preexec szPreExec
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 4ec8cead3c..e284bd27f0 100644
--- a/lib/param/param_functions.c
+++ b/lib/param/param_functions.c
@@ -47,7 +47,7 @@ FN_LOCAL_INTEGER(create_mask, create_mask)
FN_LOCAL_INTEGER(force_create_mode, force_create_mode)
FN_LOCAL_INTEGER(dir_mask, dir_mask)
FN_LOCAL_INTEGER(force_dir_mode, force_dir_mode)
-FN_LOCAL_STRING(preexec, szPreExec)
+FN_LOCAL_STRING(preexec, preexec)
FN_LOCAL_STRING(postexec, szPostExec)
FN_LOCAL_STRING(rootpreexec, szRootPreExec)
FN_LOCAL_STRING(rootpostexec, szRootPostExec)