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.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/auth.c') diff --git a/source4/auth/auth.c b/source4/auth/auth.c index 60807deac4..f33330f5de 100644 --- a/source4/auth/auth.c +++ b/source4/auth/auth.c @@ -152,7 +152,7 @@ static BOOL check_domain_match(const char *user, const char *domain) * **/ -static NTSTATUS check_ntlm_password(const struct auth_context *auth_context, +static NTSTATUS check_ntlm_password(struct auth_context *auth_context, const struct auth_usersupplied_info *user_info, struct auth_serversupplied_info **server_info) { -- cgit