diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-06 19:56:22 +0100 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-02-06 20:43:03 +0100 |
commit | 40a46a9cca88cc06b028b415e8d1c49d54076307 (patch) | |
tree | 332a31e6cc4fce0065d284f83ba8b45790b2a8d9 /source3/auth | |
parent | 007dc95b143e41d068bb0d83310212cd67b56586 (diff) | |
download | samba-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.c | 2 |
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); |