summaryrefslogtreecommitdiff
path: root/source4/auth/auth_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'source4/auth/auth_simple.c')
-rw-r--r--source4/auth/auth_simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_simple.c b/source4/auth/auth_simple.c
index 59e1280ee5..5e1bcc2b8c 100644
--- a/source4/auth/auth_simple.c
+++ b/source4/auth/auth_simple.c
@@ -48,7 +48,7 @@ _PUBLIC_ NTSTATUS authenticate_username_pw(TALLOC_CTX *mem_ctx,
return NT_STATUS_NO_MEMORY;
}
- nt_status = auth_context_create(tmp_ctx, lp_auth_methods(),
+ nt_status = auth_context_create(tmp_ctx,
ev, msg,
&auth_context);
if (!NT_STATUS_IS_OK(nt_status)) {