]> git.ipfire.org Git - people/ms/dma.git/commitdiff
drop 09-typos.patch: already present
authorSimon Schubert <2@0x2c.org>
Thu, 28 Oct 2010 15:04:00 +0000 (17:04 +0200)
committerSimon Schubert <2@0x2c.org>
Thu, 28 Oct 2010 15:04:00 +0000 (17:04 +0200)
debian/patches/09-typos.patch [deleted file]

diff --git a/debian/patches/09-typos.patch b/debian/patches/09-typos.patch
deleted file mode 100644 (file)
index 885b995..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: Fix a typo in an error message.
-Origin: other: http://svn.ringlet.net/svn/ringlet/mail/dma/
-Forwarded: yes
-Author: Peter Pentchev <roam@ringlet.net>
-Last-Update: 2010-06-21
-
---- a/crypto.c
-+++ b/crypto.c
-@@ -261,7 +261,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_DEBUG, "smarthost authentification:"
-+              syslog(LOG_DEBUG, "smarthost authentication:"
-                      " AUTH cram-md5 not available: %s", neterr);
-               /* if cram-md5 is not available */
-               return (-1);