1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

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
This commit is contained in:
Volker Lendecke 2011-02-06 19:56:22 +01:00 committed by Volker Lendecke
parent 007dc95b14
commit 40a46a9cca

View File

@ -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);