summaryrefslogtreecommitdiff
path: root/source3/auth
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-02-06 19:56:22 +0100
committerVolker Lendecke <vlendec@samba.org>2011-02-06 20:43:03 +0100
commit40a46a9cca88cc06b028b415e8d1c49d54076307 (patch)
tree332a31e6cc4fce0065d284f83ba8b45790b2a8d9 /source3/auth
parent007dc95b143e41d068bb0d83310212cd67b56586 (diff)
downloadsamba-40a46a9cca88cc06b028b415e8d1c49d54076307.tar.gz
samba-40a46a9cca88cc06b028b415e8d1c49d54076307.tar.bz2
samba-40a46a9cca88cc06b028b415e8d1c49d54076307.zip
s3: Use the right credentials in check_netlogond_security
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun Feb 6 20:43:03 CET 2011 on sn-devel-104
Diffstat (limited to 'source3/auth')
-rw-r--r--source3/auth/auth_netlogond.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/auth/auth_netlogond.c b/source3/auth/auth_netlogond.c
index 854060b75d..9c367e6b8d 100644
--- a/source3/auth/auth_netlogond.c
+++ b/source3/auth/auth_netlogond.c
@@ -390,7 +390,7 @@ static NTSTATUS check_netlogond_security(const struct auth_context *auth_context
*/
status = netlogond_validate(talloc_tos(), auth_context, ncalrpcsock,
- creds, user_info, &info3,
+ p->dc, user_info, &info3,
&schannel_bind_result);
TALLOC_FREE(p);