summaryrefslogtreecommitdiff
path: root/mail/sendmail/files/patch-usersmtp.c
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2021-08-19 11:52:11 +0200
committerDirk Meyer <dinoex@FreeBSD.org>2021-08-19 11:52:11 +0200
commit7a1aa2b266a3b4e48e6278297a3e771f8b3c949c (patch)
tree3c18041701f978d76f20d47da6fd2a6770d2dd95 /mail/sendmail/files/patch-usersmtp.c
parentcad/appcsxcad: New port: Minimal GUI Application using the QCSXCAD library (diff)
mail/sendmail-devel: Update to 8.17.1
Diffstat (limited to '')
-rw-r--r--mail/sendmail/files/patch-usersmtp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sendmail/files/patch-usersmtp.c b/mail/sendmail/files/patch-usersmtp.c
index 30898406c1b6..5c63c03bab75 100644
--- a/mail/sendmail/files/patch-usersmtp.c
+++ b/mail/sendmail/files/patch-usersmtp.c
@@ -1,6 +1,6 @@
---- sendmail/usersmtp.c.orig 2020-06-03 05:48:46 UTC
+--- sendmail/usersmtp.c.orig 2021-07-14 05:34:51 UTC
+++ sendmail/usersmtp.c
-@@ -1842,6 +1842,9 @@ attemptauth(m, mci, e, sai)
+@@ -1870,6 +1870,9 @@ attemptauth(m, mci, e, sai)
if (saslresult != SASL_OK && saslresult != SASL_CONTINUE)
{
@@ -10,7 +10,7 @@
if (tTd(95, 5))
sm_dprintf("AUTH FAIL=%s (%d)\n",
sasl_errstring(saslresult, NULL, NULL),
-@@ -1987,9 +1990,11 @@ smtpauth(m, mci, e)
+@@ -2015,9 +2018,11 @@ smtpauth(m, mci, e)
do
{
result = attemptauth(m, mci, e, &(mci->mci_sai));