summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-04 15:09:05 +1300
committerJeremy Allison <jra@samba.org>2014-02-07 16:19:14 -0800
commitdf507a1a13503c0237eea8084748193ae6ba089e (patch)
tree57cbe32c3b090415e81b8e46226b7211985c877b /lib/param/param_table.c
parentf8e7ea278d077e6c699258b63dcaf0bf4adb1c8c (diff)
downloadsamba-df507a1a13503c0237eea8084748193ae6ba089e.tar.gz
samba-df507a1a13503c0237eea8084748193ae6ba089e.tar.xz
samba-df507a1a13503c0237eea8084748193ae6ba089e.zip
param: rename lp function and variable from "deleteprinter_cmd" to "deleteprinter_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 1de03096d12..4e7c8ea56cc 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -2266,7 +2266,7 @@ static struct parm_struct parm_table[] = {
.label = "deleteprinter command",
.type = P_STRING,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(deleteprinter_cmd),
+ .offset = GLOBAL_VAR(deleteprinter_command),
.special = NULL,
.enum_list = NULL,
.flags = FLAG_ADVANCED,