diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-03 15:53:28 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:47:29 +0100 |
commit | 43696d2752e2faad34fb3ed2a7dbf01d40ffdc46 (patch) | |
tree | d16b58eca5fc3294f4b1d1d7a7bf287cdec333d8 /source4/torture/auth | |
parent | 7b38aa728eb722cd14fa0ad4e246df0d2e54faba (diff) | |
download | samba-43696d2752e2faad34fb3ed2a7dbf01d40ffdc46.tar.gz samba-43696d2752e2faad34fb3ed2a7dbf01d40ffdc46.tar.bz2 samba-43696d2752e2faad34fb3ed2a7dbf01d40ffdc46.zip |
r26252: Specify loadparm_context explicitly when creating sessions.
(This used to be commit 7280c1e9415daabb2712db1372e23f9846272ede)
Diffstat (limited to 'source4/torture/auth')
-rw-r--r-- | source4/torture/auth/pac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/auth/pac.c b/source4/torture/auth/pac.c index 5342e5ec39..b579b9e360 100644 --- a/source4/torture/auth/pac.c +++ b/source4/torture/auth/pac.c @@ -89,7 +89,7 @@ static bool torture_pac_self_check(struct torture_context *tctx) } /* We need an input, and this one requires no underlying database */ - nt_status = auth_anonymous_server_info(mem_ctx, &server_info); + nt_status = auth_anonymous_server_info(mem_ctx, lp_netbios_name(tctx->lp_ctx), &server_info); if (!NT_STATUS_IS_OK(nt_status)) { krb5_free_keyblock_contents(smb_krb5_context->krb5_context, |