diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:09:05 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:13 -0800 |
commit | 35dd3a749984da550ff5081b0ca01394474b444f (patch) | |
tree | 361c9cef60dd5bae2f54706288e62f856a102855 /lib/param/param_table.c | |
parent | 8d503a4eedc2d395fc3053fb3aea20ed5df901e8 (diff) | |
download | samba-35dd3a749984da550ff5081b0ca01394474b444f.tar.gz samba-35dd3a749984da550ff5081b0ca01394474b444f.tar.xz samba-35dd3a749984da550ff5081b0ca01394474b444f.zip |
param: rename lp function and variable from "addport_cmd" to "addport_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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index cc7165561c..e49981c229 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -2239,7 +2239,7 @@ static struct parm_struct parm_table[] = { .label = "addport command", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(addport_cmd), + .offset = GLOBAL_VAR(addport_command), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |