From: Douglas Bagnall Date: Fri, 13 Sep 2024 02:23:47 +0000 (+1200) Subject: nsswitch:: s/the the\b/the/ in comments X-Git-Tag: tdb-1.4.13~656 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a784444c77888c44cba3c0a4c81440671f6cc880;p=thirdparty%2Fsamba.git nsswitch:: s/the the\b/the/ in comments Signed-off-by: Douglas Bagnall Reviewed-by: Volker Lendecke --- diff --git a/nsswitch/libwbclient/wbc_sid.c b/nsswitch/libwbclient/wbc_sid.c index 747addb1f5b..72173cfbb64 100644 --- a/nsswitch/libwbclient/wbc_sid.c +++ b/nsswitch/libwbclient/wbc_sid.c @@ -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) { diff --git a/nsswitch/pam_winbind.c b/nsswitch/pam_winbind.c index 968a72bccc0..67f351c056f 100644 --- a/nsswitch/pam_winbind.c +++ b/nsswitch/pam_winbind.c @@ -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)) {