]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix LDAP connection callback
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 11 Dec 2019 01:17:20 +0000 (08:17 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 11 Dec 2019 01:17:20 +0000 (08:17 +0700)
src/lib/ldap/connection.c

index f965c119611e6949ac900852f4f354620bbcebe0..a932c611164e9d4ca4bf253aaa91d5cc5ef7d8a6 100644 (file)
@@ -312,7 +312,7 @@ int fr_ldap_connection_configure(fr_ldap_connection_t *c, fr_ldap_config_t const
  * @param[in] h                to close.
  * @param[in] uctx     Connection config and handle.
  */
-static void _ldap_connection_close(void *h, UNUSED void *uctx)
+static void _ldap_connection_close(UNUSED fr_event_list_t *el, void *h, UNUSED void *uctx)
 {
        talloc_free(h);
 }