From 69409a1ce90a17e8aaf0d6cd1585cbb0926b4c47 Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Mon, 15 Dec 2008 18:29:26 +0100 Subject: Add a dynamic_driver_destroy() function. This function is mandatory and will be called by BIND on exit. --- ldap_driver.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ldap_driver.c') diff --git a/ldap_driver.c b/ldap_driver.c index 956a3d5..dd91866 100644 --- a/ldap_driver.c +++ b/ldap_driver.c @@ -56,3 +56,9 @@ dynamic_driver_init(isc_mem_t *mctx, const char *name, const char * const *argv, return result; } + +void +dynamic_driver_destroy(void) +{ + log_debug(2, "Unregistering dynamic ldap driver."); +} -- cgit