summaryrefslogtreecommitdiff
path: root/mail/exim/files/patch-src::auths::plaintext.c
diff options
context:
space:
mode:
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
- {