From 4cf3e4eb53e7fdedf155c356d36e35aebf75ef2e Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Tue, 19 Sep 2023 17:02:17 +1200 Subject: [PATCH] s3:auth: Add missing word to comment Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- source3/auth/token_util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/auth/token_util.c b/source3/auth/token_util.c index e93ec30421f..023ad7cbb02 100644 --- a/source3/auth/token_util.c +++ b/source3/auth/token_util.c @@ -312,7 +312,7 @@ static struct security_token *init_local_nt_token(TALLOC_CTX *mem_ctx) /* * We do not have a method to populate the claims into this * buffer in the source3/ stack. When that changes, we will - * instead this optional based on lp_acl_claims_evaluation() + * instead make this optional based on lp_acl_claims_evaluation() */ struct security_token *result -- 2.47.3