summaryrefslogtreecommitdiffstats
path: root/src/cache.h
diff options
context:
space:
mode:
authorMartin Nagy <mnagy@redhat.com>2009-04-07 18:47:23 +0200
committerMartin Nagy <mnagy@redhat.com>2009-04-23 16:45:53 +0200
commitf221f70dfe242e56743fc1c5814de9bdcb7ee527 (patch)
tree620b5faf882f619e80d6674ae2c30e7ae7dd35cc /src/cache.h
parentfa6b0eac58ca1aac81b538095bec5522ce3388a2 (diff)
downloadldap_driver-f221f70dfe242e56743fc1c5814de9bdcb7ee527.tar.gz
ldap_driver-f221f70dfe242e56743fc1c5814de9bdcb7ee527.tar.xz
ldap_driver-f221f70dfe242e56743fc1c5814de9bdcb7ee527.zip
Fix rdata parsing.
Diffstat (limited to 'src/cache.h')
-rw-r--r--src/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.h b/src/cache.h
index a8f0558..74e4937 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -46,7 +46,7 @@ destroy_ldap_cache(ldap_cache_t **cachep);
isc_result_t
cached_ldap_rdatalist_get(isc_mem_t *mctx, ldap_cache_t *cache,
ldap_db_t *ldap_db, dns_name_t *name,
- ldapdb_rdatalist_t *rdatalist);
+ dns_name_t *origin, ldapdb_rdatalist_t *rdatalist);
/*
* Discard 'name' from the cache. If caching is not really turned on or 'name'