summaryrefslogtreecommitdiffstats
path: root/ldap_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldap_driver.c')
-rw-r--r--ldap_driver.c6
1 files changed, 6 insertions, 0 deletions
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.");
+}