The branch, master has been updated
via 8dc6fbb auth: One const is enough...
from 754f8ef lib: Avoid a few casts
https://git.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 8dc6fbbf45f4bf3058357b5d34601c9c7eecb7f9
Author: Volker Lendecke <[email protected]>
Date: Fri Sep 9 16:31:55 2016 +0200
auth: One const is enough...
Signed-off-by: Volker Lendecke <[email protected]>
Reviewed-by: Ralph Boehme <[email protected]>
Autobuild-User(master): Ralph Böhme <[email protected]>
Autobuild-Date(master): Fri Sep 9 20:33:10 CEST 2016 on sn-devel-144
-----------------------------------------------------------------------
Summary of changes:
auth/auth_sam_reply.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/auth/auth_sam_reply.h b/auth/auth_sam_reply.h
index 617fae7..4aa3096 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);
--
Samba Shared Repository