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 | |
| 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')
| -rw-r--r-- | lib/param/param_functions.c | 2 | ||||
| -rw-r--r-- | lib/param/param_table.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/param/param_functions.c b/lib/param/param_functions.c index 9964966283..8d18bc8eb6 100644 --- a/lib/param/param_functions.c +++ b/lib/param/param_functions.c @@ -198,7 +198,7 @@ FN_GLOBAL_BOOL(nis_home_map, nis_home_map) FN_GLOBAL_BOOL(nmbd_bind_explicit_broadcast, nmbd_bind_explicit_broadcast) FN_GLOBAL_BOOL(ntlm_auth, ntlm_auth) FN_GLOBAL_BOOL(nt_pipe_support, nt_pipe_support) -FN_GLOBAL_BOOL(nt_status_support, bNTStatusSupport) +FN_GLOBAL_BOOL(nt_status_support, nt_status_support) FN_GLOBAL_BOOL(null_passwords, bNullPasswords) FN_GLOBAL_BOOL(obey_pam_restrictions, bObeyPamRestrictions) FN_GLOBAL_BOOL(pam_password_change, bPamPasswordChange) 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, |
