You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by he...@apache.org on 2022/05/05 17:31:00 UTC

svn commit: r1900594 - /spamassassin/trunk/t/header_utf8.t

Author: hege
Date: Thu May  5 17:31:00 2022
New Revision: 1900594

URL: http://svn.apache.org/viewvc?rev=1900594&view=rev
Log:
Fix: Name "main::libidn_done" used only once: possible typo

Modified:
    spamassassin/trunk/t/header_utf8.t

Modified: spamassassin/trunk/t/header_utf8.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/header_utf8.t?rev=1900594&r1=1900593&r2=1900594&view=diff
==============================================================================
--- spamassassin/trunk/t/header_utf8.t [UTF-8] (original)
+++ spamassassin/trunk/t/header_utf8.t [UTF-8] Thu May  5 17:31:00 2022
@@ -141,7 +141,6 @@ if (!HAS_LIBIDN && !HAS_LIBIDN2) {
 $ENV{'SA_HEADER_ADDRESS_PARSER'} = 1;
 if (HAS_LIBIDN) {
   $ENV{'SA_LIBIDN'} = 1;
-  $libidn_done++;
 } elsif (HAS_LIBIDN2) {
   $ENV{'SA_LIBIDN'} = 2;
   $libidn2_done++;