From 1dddf6c24ac87baad0d65db3d13d27e651f81499 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 3 Jul 2014 13:58:17 +0000 Subject: auth: Fix an incompatible pointer assignment Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher Autobuild-User(master): Volker Lendecke Autobuild-Date(master): Mon Jul 7 10:58:30 CEST 2014 on sn-devel-104 --- source3/auth/auth_samba4.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth') diff --git a/source3/auth/auth_samba4.c b/source3/auth/auth_samba4.c index 284a91f30b1..0a80d173355 100644 --- a/source3/auth/auth_samba4.c +++ b/source3/auth/auth_samba4.c @@ -188,7 +188,7 @@ static NTSTATUS check_samba4_security(const struct auth_context *auth_context, * token is generated and used in the SMB and LDAP servers, for NTLM * and for Kerberos. */ -static NTSTATUS prepare_gensec(struct auth_context *auth_context, +static NTSTATUS prepare_gensec(const struct auth_context *auth_context, TALLOC_CTX *mem_ctx, struct gensec_security **gensec_context) { -- cgit v1.2.1