diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 12:51:55 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-25 12:51:55 +0100 |
commit | 3101cb888d5cbad785050b8491b138d683d444fb (patch) | |
tree | 4afb829887f209cbf4564918c1a223fcb42dcb93 /source4/winbind | |
parent | 4590432d6290fd1c21a27ec5e6643d455e4fec69 (diff) | |
download | samba-3101cb888d5cbad785050b8491b138d683d444fb.tar.gz samba-3101cb888d5cbad785050b8491b138d683d444fb.tar.bz2 samba-3101cb888d5cbad785050b8491b138d683d444fb.zip |
Remove uses of global_loadparm.
(This used to be commit a16c9a2129ce92e7e1a613b2badd168e42ead436)
Diffstat (limited to 'source4/winbind')
-rw-r--r-- | source4/winbind/wb_pam_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/winbind/wb_pam_auth.c b/source4/winbind/wb_pam_auth.c index 0073e3fdf8..62744297c6 100644 --- a/source4/winbind/wb_pam_auth.c +++ b/source4/winbind/wb_pam_auth.c @@ -143,7 +143,7 @@ static void pam_auth_crap_recv_logon(struct composite_context *ctx) if (!composite_is_ok(state->ctx)) return; ndr_err = ndr_push_struct_blob( - &tmp_blob, state, lp_iconv_convenience(global_loadparm), + &tmp_blob, state, lp_iconv_convenience(state->lp_ctx), state->req->out.validation.sam3, (ndr_push_flags_fn_t)ndr_push_netr_SamInfo3); if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) { |