diff options
Diffstat (limited to 'source4/auth/auth_domain.c')
-rw-r--r-- | source4/auth/auth_domain.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_domain.c b/source4/auth/auth_domain.c index 041135e4d4..339cc18531 100644 --- a/source4/auth/auth_domain.c +++ b/source4/auth/auth_domain.c @@ -84,7 +84,7 @@ static NTSTATUS domain_check_password(struct auth_method_context *ctx, status = dcerpc_pipe_connect_b(mem_ctx, &p, b, DCERPC_NETLOGON_UUID, DCERPC_NETLOGON_VERSION, - credentials); + credentials, ctx->auth_ctx->event_ctx); if (!NT_STATUS_IS_OK(status)) { return status; |