diff options
| author | Andrew Bartlett <abartlet@samba.org> | 2013-12-24 16:04:25 +1300 |
|---|---|---|
| committer | Jeremy Allison <jra@samba.org> | 2014-01-24 16:19:01 -0800 |
| commit | 434a261efb2ca16194ce9a11c74faa4c49369ba9 (patch) | |
| tree | 35be5e80555337a2daca43cc00da5187dbc4f353 /source3/param | |
| parent | 4791c0e616f4b6864bc9070fcdd2b2a9c139c310 (diff) | |
param: Rename variable used for lp_winbind_nss_info szWinbindNssInfo
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 'source3/param')
| -rw-r--r-- | source3/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index 30120abc50..b7fd6fe727 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -986,7 +986,7 @@ static void init_globals(bool reinit_globals) Globals.winbind_trusted_domains_only = false; Globals.winbind_nested_groups = true; Globals.winbind_expand_groups = 1; - Globals.szWinbindNssInfo = (const char **)str_list_make_v3(NULL, "template", NULL); + Globals.winbind_nss_info = (const char **)str_list_make_v3(NULL, "template", NULL); Globals.winbind_refresh_tickets = false; Globals.winbind_offline_logon = false; |
