summaryrefslogtreecommitdiff
path: root/mail/dbmail/files/patch-0020-Reduce-failed-LDAP-connection-for-search-to-error
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-06-08 16:23:08 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2020-06-08 16:23:08 +0000
commitb3c3f1890805598642aa44ae71c336f7800298df (patch)
tree69ce5dee8832e6a6d9d21361eca5bd2cd7f840b2 /mail/dbmail/files/patch-0020-Reduce-failed-LDAP-connection-for-search-to-error
parentnet/freerdp: update to 2.1.0 (diff)
mail/dbmail: Update version 3.2.3=>3.2.4
- Migrate to Github PR: 247084 Submitted by: fluffy Relnotes: https://github.com/dbmail/dbmail/commit/c9f8fee139215aba52071f1c2ac268e282b0de18
Notes
Notes: svn path=/head/; revision=538230
Diffstat (limited to 'mail/dbmail/files/patch-0020-Reduce-failed-LDAP-connection-for-search-to-error')
-rw-r--r--mail/dbmail/files/patch-0020-Reduce-failed-LDAP-connection-for-search-to-error25
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/dbmail/files/patch-0020-Reduce-failed-LDAP-connection-for-search-to-error b/mail/dbmail/files/patch-0020-Reduce-failed-LDAP-connection-for-search-to-error
deleted file mode 100644
index 16e0daed9619..000000000000
--- a/mail/dbmail/files/patch-0020-Reduce-failed-LDAP-connection-for-search-to-error
+++ /dev/null
@@ -1,25 +0,0 @@
-From 7daaac91d559f15a476c39f52228cc643f4608ba Mon Sep 17 00:00:00 2001
-From: Alan Hicks <ahicks@p-o.co.uk>
-Date: Tue, 18 Oct 2016 13:38:04 +0100
-Subject: [PATCH 20/33] Reduce failed LDAP connection for search to error
-
----
- src/modules/authldap.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git src/modules/authldap.c src/modules/authldap.c
-index 065ee31..fc9db8e 100644
---- src/modules/authldap.c
-+++ src/modules/authldap.c
-@@ -299,7 +299,7 @@ static LDAPMessage * authldap_search(const gchar *query)
- sleep(1); // Search failed. Wait before trying again.
- }
-
-- TRACE(TRACE_EMERG,"unrecoverable error while talking to ldap server");
-+ TRACE(TRACE_ERR,"unrecoverable error while talking to ldap server");
- return NULL;
- }
-
---
-2.10.1 (Apple Git-78)
-