From: Vsevolod Stakhov Date: Fri, 15 Apr 2022 21:00:14 +0000 (+0100) Subject: [Minor] Fix bogus comment X-Git-Tag: 3.3~308 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8e9c5ec8edcbf68ba22c1695705c9dfeba8e70b2;p=thirdparty%2Frspamd.git [Minor] Fix bogus comment --- diff --git a/src/libcryptobox/base64/ref.c b/src/libcryptobox/base64/ref.c index 68889b90eb..e01a4dc5e6 100644 --- a/src/libcryptobox/base64/ref.c +++ b/src/libcryptobox/base64/ref.c @@ -217,7 +217,7 @@ repeat: } if (!ret && inlen > 0) { - /* Skip to the next valid character in lua_dns_resolver_resolve_commoninput */ + /* Skip to the next valid character in input */ while (inlen > 0 && base64_table_dec[*c] >= 254) { c ++; inlen --;