diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-02-04 15:08:58 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-02-07 16:19:11 -0800 |
commit | 2ca2ab3550469d5e156635f5218db3b25144dab3 (patch) | |
tree | 8d9f84f45d16a2ce054796310ca243bcfbcd75ba /lib/param/param_table.c | |
parent | 418fc85819292b7694e4f90f8244e92ffd793755 (diff) | |
download | samba-2ca2ab3550469d5e156635f5218db3b25144dab3.tar.gz samba-2ca2ab3550469d5e156635f5218db3b25144dab3.tar.xz samba-2ca2ab3550469d5e156635f5218db3b25144dab3.zip |
param: rename lp function and variable from "serverstring" to "server_string"
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 8285f20d45..f36763986c 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -373,7 +373,7 @@ static struct parm_struct parm_table[] = { .label = "server string", .type = P_STRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(serverstring), + .offset = GLOBAL_VAR(server_string), .special = NULL, .enum_list = NULL, .flags = FLAG_BASIC | FLAG_ADVANCED, |