summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:02 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:12 -0800
commit63e8b414c2db61a7ae5620e712fa6fd0047a69f2 (patch)
tree0a16303953121051d9922ca5d0c9503e5abafe2e /lib/param/param_table.c
parent619ddaff05e31344d8962386343fb0855dacc6b7 (diff)
downloadsamba-63e8b414c2db61a7ae5620e712fa6fd0047a69f2.tar.gz
samba-63e8b414c2db61a7ae5620e712fa6fd0047a69f2.tar.xz
samba-63e8b414c2db61a7ae5620e712fa6fd0047a69f2.zip
param: rename lp function and variable from "delete_share_cmd" to "delete_share_command"
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'lib/param/param_table.c')
-rw-r--r--lib/param/param_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c
index e41ced429c..63be42c161 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -3262,7 +3262,7 @@ static struct parm_struct parm_table[] = {
.label = "delete share command",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(delete_share_cmd),
+ .offset = GLOBAL_VAR(delete_share_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,