summaryrefslogtreecommitdiff
path: root/mail/exim/files/patch-src::auths::plaintext.c
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2003-05-15 15:18:05 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2003-05-15 15:18:05 +0000
commit4d42a2e4fb318553a4b79f2c406f027a995ae15c (patch)
tree2f4b1b48655e9aa0bc1369860ba038c58021c12f /mail/exim/files/patch-src::auths::plaintext.c
parentUpdate to version 2.14; (diff)
* Update to exim-4.20, featuring host of minor bugfixes and some feature
enhancements. Non-critical upgrade. * Distribution site fixes and cleanups (somehow ommitted in prev delta). * Put distribution files in a subdirectory. * Optional support for exiscan-acl; exiscan is still the default. I think the submitter is doing a great job. PR: ports/52228 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
Diffstat (limited to 'mail/exim/files/patch-src::auths::plaintext.c')
-rw-r--r--mail/exim/files/patch-src::auths::plaintext.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/exim/files/patch-src::auths::plaintext.c b/mail/exim/files/patch-src::auths::plaintext.c
deleted file mode 100644
index 4beccd085242..000000000000
--- a/mail/exim/files/patch-src::auths::plaintext.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/auths/plaintext.c.orig Tue Apr 1 14:53:33 2003
-+++ src/auths/plaintext.c Tue Apr 1 14:53:40 2003
-@@ -93,7 +93,7 @@
- if (Ustrcmp(data, "=") == 0)
- {
- expand_nstring[++expand_nmax] = US"";
-- expand_nstring[expand_nmax] = 0;
-+ expand_nlength[expand_nmax] = 0;
- }
- else
- {