From e2443195992c33d69073bcae320779041215339a Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 18 Jul 2011 10:19:27 +1000 Subject: s3-auth Add const to indicate input elements Signed-off-by: Andrew Tridgell --- source3/auth/token_util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/auth/token_util.c') diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index 22df21f5ed..0d47a3f968 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -211,8 +211,8 @@ static NTSTATUS finalize_local_nt_token(struct security_token *result, NTSTATUS create_local_nt_token_from_info3(TALLOC_CTX *mem_ctx, bool is_guest, - struct netr_SamInfo3 *info3, - struct extra_auth_info *extra, + const struct netr_SamInfo3 *info3, + const struct extra_auth_info *extra, struct security_token **ntok) { struct security_token *usrtok = NULL; -- cgit