diff options
Diffstat (limited to 'ldap_driver.c')
-rw-r--r-- | ldap_driver.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ldap_driver.c b/ldap_driver.c index 7825ab9..05f2c91 100644 --- a/ldap_driver.c +++ b/ldap_driver.c @@ -653,10 +653,9 @@ settask(dns_db_t *db, isc_task_t *task) static isc_result_t getoriginnode(dns_db_t *db, dns_dbnode_t **nodep) { - UNUSED(db); - UNUSED(nodep); + ldapdb_t *ldapdb = (ldapdb_t *) db; - return ISC_R_NOTIMPLEMENTED; + return findnode(db, &ldapdb->common.origin, ISC_FALSE, nodep); } static void |