summaryrefslogtreecommitdiff
path: root/mail/dbmail/files/patch-0024-Fix-typo
diff options
context:
space:
mode:
Diffstat (limited to 'mail/dbmail/files/patch-0024-Fix-typo')
-rw-r--r--mail/dbmail/files/patch-0024-Fix-typo25
1 files changed, 25 insertions, 0 deletions
diff --git a/mail/dbmail/files/patch-0024-Fix-typo b/mail/dbmail/files/patch-0024-Fix-typo
new file mode 100644
index 000000000000..2badc0e014d7
--- /dev/null
+++ b/mail/dbmail/files/patch-0024-Fix-typo
@@ -0,0 +1,25 @@
+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)
+