diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:02 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:57 -0800 |
commit | d06b706a2a43494b0539c4549373a7f1a6d8353e (patch) | |
tree | be827a43a236fc06059e5463f9639891aa34d20a /lib/param/param_table.c | |
parent | 8e8745f0d3cdf127ade7cdfd8904aeec3bc197b9 (diff) | |
download | samba-d06b706a2a43494b0539c4549373a7f1a6d8353e.tar.gz samba-d06b706a2a43494b0539c4549373a7f1a6d8353e.tar.xz samba-d06b706a2a43494b0539c4549373a7f1a6d8353e.zip |
param: Rename variable used for lp_netbios_name szNetbiosName
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/param_table.c b/lib/param/param_table.c index 356fefe989..08753cf0c5 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -346,7 +346,7 @@ static struct parm_struct parm_table[] = { .label = "netbios name", .type = P_USTRING, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(szNetbiosName), + .offset = GLOBAL_VAR(netbios_name), .special = NULL, .enum_list = NULL, .flags = FLAG_BASIC | FLAG_ADVANCED | FLAG_WIZARD, |