From: Simon Schubert <2@0x2c.org> Date: Thu, 28 Oct 2010 15:04:00 +0000 (+0200) Subject: drop 09-typos.patch: already present X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8058c0ceff2ebffec32d9829d96248563da20c84;p=people%2Fms%2Fdma.git drop 09-typos.patch: already present --- diff --git a/debian/patches/09-typos.patch b/debian/patches/09-typos.patch deleted file mode 100644 index 885b995..0000000 --- a/debian/patches/09-typos.patch +++ /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 -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);