diff options
author | Volker Lendecke <vl@samba.org> | 2016-09-09 16:31:55 +0200 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2016-09-09 20:33:10 +0200 |
commit | 8dc6fbbf45f4bf3058357b5d34601c9c7eecb7f9 (patch) | |
tree | 4878e6e4a2df9c12fb921d8120a62ff87ee5973f /auth | |
parent | 754f8eff4840dacd675b36c8b8373341d5b8ba0c (diff) | |
download | samba-8dc6fbbf45f4bf3058357b5d34601c9c7eecb7f9.tar.gz |
auth: One const is enough...
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Fri Sep 9 20:33:10 CEST 2016 on sn-devel-144
Diffstat (limited to 'auth')
-rw-r--r-- | auth/auth_sam_reply.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |