diff options
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); |