summaryrefslogtreecommitdiffstats
path: root/lib/param/param_table.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-12-24 16:04:23 +1300
committerJeremy Allison <jra@samba.org>2014-01-24 16:19:00 -0800
commit0d6e3225fccd64107ec07d08591f44cc7b307746 (patch)
tree900e86de9cd6b52bc8d7fbe6b479586ee18f5c00 /lib/param/param_table.c
parentbe9821b33df0b873f92d60a3e27f9cf9e298646c (diff)
downloadsamba-0d6e3225fccd64107ec07d08591f44cc7b307746.tar.gz
samba-0d6e3225fccd64107ec07d08591f44cc7b307746.tar.xz
samba-0d6e3225fccd64107ec07d08591f44cc7b307746.zip
param: Rename variable used for lp_netbios_aliases szNetbiosAliases
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_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 692bdc6c37..9746998768 100644
--- a/lib/param/param_table.c
+++ b/lib/param/param_table.c
@@ -355,7 +355,7 @@ static struct parm_struct parm_table[] = {
.label = "netbios aliases",
.type = P_LIST,
.p_class = P_GLOBAL,
- .offset = GLOBAL_VAR(szNetbiosAliases),
+ .offset = GLOBAL_VAR(netbios_aliases),
.special = handle_netbios_aliases,
.enum_list = NULL,
.flags = FLAG_ADVANCED,