From: Volker Lendecke Date: Fri, 9 Sep 2016 14:31:55 +0000 (+0200) Subject: auth: One const is enough... X-Git-Tag: tevent-0.9.31~418 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=8dc6fbbf45f4bf3058357b5d34601c9c7eecb7f9;p=nivanova%2Fsamba-autobuild%2F.git auth: One const is enough... 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 --- 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);