diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:21 +1300 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:19:00 -0800 |
commit | 5cc00da7ea573a2e432bedffc24e43f00749b1b7 (patch) | |
tree | 2f8bc1957159b179f81bc79a8ee5aee92525f48a /lib/param/param_table.c | |
parent | 13a6310f827797bc1619b7740ef64928f4fa17d4 (diff) | |
download | samba-5cc00da7ea573a2e432bedffc24e43f00749b1b7.tar.gz samba-5cc00da7ea573a2e432bedffc24e43f00749b1b7.tar.xz samba-5cc00da7ea573a2e432bedffc24e43f00749b1b7.zip |
param: Rename variable used for lp_auth_methods AuthMethods
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 73504fc19a..ff31bf5c0b 100644 --- a/lib/param/param_table.c +++ b/lib/param/param_table.c @@ -430,7 +430,7 @@ static struct parm_struct parm_table[] = { .label = "auth methods", .type = P_LIST, .p_class = P_GLOBAL, - .offset = GLOBAL_VAR(AuthMethods), + .offset = GLOBAL_VAR(auth_methods), .special = NULL, .enum_list = NULL, .flags = FLAG_ADVANCED, |