auth: One const is enough...

Andrew Bartlett abartlet at samba.org
Sat Sep 10 01:25:04 UTC 2016


On Fri, 2016-09-09 at 20:34 +0200, Ralph Böhme wrote:

> commit 8dc6fbbf45f4bf3058357b5d34601c9c7eecb7f9
> Author: Volker Lendecke <vl at samba.org>
> Date:   Fri Sep 9 16:31:55 2016 +0200
> 
>     auth: One const is enough...
>     
>     Signed-off-by: Volker Lendecke <vl at samba.org>
>     Reviewed-by: Ralph Boehme <slow at samba.org>
...    
> --- 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,
> 

This gave me a real chuckle.  I wonder what was going on there!

Thanks so much for fixing this up!

Andrew Bartlett

-- 
Andrew Bartlett                       http://samba.org/~abartlet/
Authentication Developer, Samba Team  http://samba.org
Samba Developer, Catalyst IT          http://catalyst.net.nz/services/samba




More information about the samba-technical mailing list