From: Antonio Radici Date: Thu, 5 May 2011 11:04:10 +0000 (+0000) Subject: fixing a typo in the previous patch X-Git-Tag: nntp/1.5.21-5nntp1~10 X-Git-Url: https://git.llucax.com/software/mutt-debian.git/commitdiff_plain/528c054e8ea8196fac60f88c1d2e67e6ffce4de1 fixing a typo in the previous patch --- diff --git a/debian/patches/upstream/619216-gnutls-CN-validation.patch b/debian/patches/upstream/619216-gnutls-CN-validation.patch index 517e543..fa15b05 100644 --- a/debian/patches/upstream/619216-gnutls-CN-validation.patch +++ b/debian/patches/upstream/619216-gnutls-CN-validation.patch @@ -20,7 +20,7 @@ http://bugs.debian.org/619216 rc = tls_check_preauth(&cert_list[i], certstat, conn->account.host, i, &certerr, &savedcert); + if (i ==0) -+ rcpeeer = rc; ++ rcpeer = rc; + preauthrc += rc;