diff options
Diffstat (limited to 'mail/exim/files/patch-src::auths::pwcheck.c')
-rw-r--r-- | mail/exim/files/patch-src::auths::pwcheck.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/mail/exim/files/patch-src::auths::pwcheck.c b/mail/exim/files/patch-src::auths::pwcheck.c deleted file mode 100644 index 3f887e046495..000000000000 --- a/mail/exim/files/patch-src::auths::pwcheck.c +++ /dev/null @@ -1,12 +0,0 @@ ---- src/auths/pwcheck.c.orig Wed Sep 10 16:33:51 2003 -+++ src/auths/pwcheck.c Wed Sep 10 16:34:53 2003 -@@ -210,7 +210,8 @@ - CYRUS_SASLAUTHD_SOCKET, strerror(errno)); - if (reply) - *reply = string_sprintf("cannot connect to saslauthd daemon at " -- "%s: %s", strerror(errno)); -+ "%s: %s", CYRUS_SASLAUTHD_SOCKET, -+ strerror(errno)); - return PWCHECK_FAIL; - } - |