summaryrefslogtreecommitdiff
path: root/source3/auth/token_util.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-18 10:19:27 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-20 09:17:10 +1000
commite2443195992c33d69073bcae320779041215339a (patch)
treef3c39105c2f39a70ddba2fa406e03fccf2d44770 /source3/auth/token_util.c
parentfa18267042440e9d9529f0228a3df030c84acb11 (diff)
downloadsamba-e2443195992c33d69073bcae320779041215339a.tar.gz
samba-e2443195992c33d69073bcae320779041215339a.tar.bz2
samba-e2443195992c33d69073bcae320779041215339a.zip
s3-auth Add const to indicate input elements
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'source3/auth/token_util.c')
-rw-r--r--source3/auth/token_util.c4
1 files changed, 2 insertions, 2 deletions
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;