From bd6b9d7d43640abbdd7f0ca410576e0c4d97c3dd Mon Sep 17 00:00:00 2001 From: Alan Hicks 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)