From 40a46a9cca88cc06b028b415e8d1c49d54076307 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 6 Feb 2011 19:56:22 +0100 Subject: s3: Use the right credentials in check_netlogond_security Autobuild-User: Volker Lendecke Autobuild-Date: Sun Feb 6 20:43:03 CET 2011 on sn-devel-104 --- source3/auth/auth_netlogond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit