From 6564fd402d500b1e24f76f63e4335b38ef1164db Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 7 Jun 2004 12:17:29 +0000 Subject: r1067: fix compiler warnings metze (This used to be commit e5d338821e590c49947a18a5d5c361122571988d) --- source4/auth/auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/auth.h') diff --git a/source4/auth/auth.h b/source4/auth/auth.h index dea068f078..386c2f8cd0 100644 --- a/source4/auth/auth.h +++ b/source4/auth/auth.h @@ -119,7 +119,7 @@ struct auth_context { TALLOC_CTX *mem_ctx; const uint8_t *(*get_ntlm_challenge)(struct auth_context *auth_context); - NTSTATUS (*check_ntlm_password)(const struct auth_context *auth_context, + NTSTATUS (*check_ntlm_password)(struct auth_context *auth_context, const struct auth_usersupplied_info *user_info, struct auth_serversupplied_info **server_info); NTSTATUS (*nt_status_squash)(NTSTATUS nt_status); -- cgit