summaryrefslogtreecommitdiff
path: root/noncore/net/mail/libetpanstuff/smtptls.patch
Unidiff
Diffstat (limited to 'noncore/net/mail/libetpanstuff/smtptls.patch') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/libetpanstuff/smtptls.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/noncore/net/mail/libetpanstuff/smtptls.patch b/noncore/net/mail/libetpanstuff/smtptls.patch
deleted file mode 100644
index c317c02..0000000
--- a/noncore/net/mail/libetpanstuff/smtptls.patch
+++ b/dev/null
@@ -1,28 +0,0 @@
1
2#
3# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4#
5
6 --- smtp/mailsmtp_helper.c~smtptls2004-03-11 14:29:59.000000000 +0100
7 +++ smtp/mailsmtp_helper.c2004-02-12 22:07:24.000000000 +0100
8@@ -42,19 +42,14 @@
9 {
10 int r;
11
12+ session->esmtp = 0;
13 r = mailesmtp_ehlo(session);
14
15 if (r == MAILSMTP_NO_ERROR) {
16- session->esmtp = TRUE;
17 return MAILSMTP_NO_ERROR;
18 }
19
20 r = mailsmtp_helo(session);
21- if (r == MAILSMTP_NO_ERROR) {
22- session->esmtp = FALSE;
23- return MAILSMTP_NO_ERROR;
24- }
25-
26 return r;
27 }
28