1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

nsswitch:: s/the the\b/the/ in comments

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Volker Lendecke <vl@samba.org>
This commit is contained in:
Douglas Bagnall 2024-09-13 14:23:47 +12:00 committed by Volker Lendecke
parent e402708921
commit a784444c77
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ wbcErr wbcStringToSid(const char *str,
sid->id_auth[1] = (x & 0x00ff00000000ULL) >> 32;
sid->id_auth[0] = (x & 0xff0000000000ULL) >> 40;
/* now read the the subauthorities */
/* now read the subauthorities */
p = q +1;
sid->num_auths = 0;
while (sid->num_auths < WBC_MAXSUBAUTHS) {

View File

@ -2531,7 +2531,7 @@ static char* winbind_upn_to_username(struct pwb_context *ctx,
return NULL;
}
/* Convert the the SID back to the sAMAccountName */
/* Convert the SID back to the sAMAccountName */
wbc_status = wbcCtxLookupSid(ctx->wbc_ctx, &sid, &domain, &name, &type);
if (!WBC_ERROR_IS_OK(wbc_status)) {