]> git.ipfire.org Git - people/ms/dma.git/commitdiff
Lintian's pedantic mode caught another typo.
authorPeter Pentchev <roam@ringlet.net>
Mon, 30 Mar 2009 11:11:29 +0000 (11:11 +0000)
committerPeter Pentchev <roam@ringlet.net>
Mon, 30 Mar 2009 11:11:29 +0000 (11:11 +0000)
changelog
patches/09-typos.patch

index c04eea7036caa122d3a9295a0fa46ffed47e324a..e637fb90ccc2a30af90927c069a46fa50ac78b6c 100644 (file)
--- a/changelog
+++ b/changelog
@@ -1,6 +1,7 @@
 dma (0.0.2009.02.11-1~7) unstable; urgency=low
 
   * Unbreak SMTP authentication - send EHLO, allow LOGIN over SSL.
+  * Update the 09-typos patch to fix another typo in crypto.c.
 
  -- Peter Pentchev <roam@ringlet.net>  Mon, 30 Mar 2009 13:51:28 +0300
 
index 132d1fb8fb235c41b3194b5a780299817f412364..af470f3bac4f561e147b6569f5ed9903e92e7192 100644 (file)
@@ -20,3 +20,12 @@ Fix two typos and a word order problem.
        }
        X509_free(cert);
  
+@@ -267,7 +267,7 @@
+       /* Send AUTH command according to RFC 2554 */
+       send_remote_command(fd, "AUTH CRAM-MD5");
+       if (read_remote(fd, sizeof(buffer), buffer) != 3) {
+-              syslog(LOG_ERR, "%s: smarthost authentification:"
++              syslog(LOG_ERR, "%s: smarthost authentication:"
+                      " AUTH cram-md5 not available: %s", it->queueid,
+                      neterr);
+               /* if cram-md5 is not available */