diff options
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-error | 25 |
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) - |