diff options
Diffstat (limited to 'mail/dbmail/files/patch-0024-Fix-typo')
-rw-r--r-- | mail/dbmail/files/patch-0024-Fix-typo | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/mail/dbmail/files/patch-0024-Fix-typo b/mail/dbmail/files/patch-0024-Fix-typo deleted file mode 100644 index 2badc0e014d7..000000000000 --- a/mail/dbmail/files/patch-0024-Fix-typo +++ /dev/null @@ -1,25 +0,0 @@ -From bd6b9d7d43640abbdd7f0ca410576e0c4d97c3dd Mon Sep 17 00:00:00 2001 -From: Alan Hicks <ahicks@p-o.co.uk> -Date: Mon, 24 Oct 2016 17:02:49 +0100 -Subject: [PATCH 24/33] Fix typo - ---- - src/modules/authldap.c | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git src/modules/authldap.c src/modules/authldap.c -index 9c9d82e..2180ed0 100644 ---- src/modules/authldap.c -+++ src/modules/authldap.c -@@ -641,7 +641,7 @@ int auth_disconnect(void) - // Just free the pointer, - // G_PRIVATE_INIT calls GDestroyNotify - // which calls authldap_free() -- g_private_replace(&ldap_conn_key, NULL) -+ g_private_replace(&ldap_conn_key, NULL); - return 0; - } - --- -2.10.1 (Apple Git-78) - |