From 8dc6fbbf45f4bf3058357b5d34601c9c7eecb7f9 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 9 Sep 2016 16:31:55 +0200 Subject: [PATCH] auth: One const is enough... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme Autobuild-User(master): Ralph Böhme Autobuild-Date(master): Fri Sep 9 20:33:10 CEST 2016 on sn-devel-144 --- auth/auth_sam_reply.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/auth_sam_reply.h b/auth/auth_sam_reply.h index 617fae7ad0e..4aa3096c889 100644 --- a/auth/auth_sam_reply.h +++ b/auth/auth_sam_reply.h @@ -33,7 +33,7 @@ /* The following definitions come from auth/auth_sam_reply.c */ NTSTATUS make_user_info_SamBaseInfo(TALLOC_CTX *mem_ctx, - const const char *account_name, + const char *account_name, const struct netr_SamBaseInfo *base, bool authenticated, struct auth_user_info **_user_info); -- 2.34.1