diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:03:51 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:18:53 -0800 |
commit | 505555e55d31009d5fad0ef74710317963245263 (patch) | |
tree | ac0798671b9c2a288323053b4f1b0d0dbc5a42c8 /lib/param/param_table.c | |
parent | f51dd169918355e7ce94e8194f04618bd61f97e4 (diff) | |
download | samba-505555e55d31009d5fad0ef74710317963245263.tar.gz samba-505555e55d31009d5fad0ef74710317963245263.tar.xz samba-505555e55d31009d5fad0ef74710317963245263.zip |
param: Rename variable used for lp_nt_status_support bNTStatusSupport
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 6887c9add4..6d55c15498 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -1483,7 +1483,7 @@ static struct parm_struct parm_table[] = { .label = "nt status support", .type = P_BOOL, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(bNTStatusSupport), + .offset = GLOBAL_VAR(nt_status_support), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |