drop hdb_fetch

This commit is contained in:
Love Hornquist Astrand
2010-11-28 11:46:46 -08:00
parent 965836509b
commit 6c6726d76c
10 changed files with 5 additions and 35 deletions

View File

@@ -1878,7 +1878,6 @@ hdb_ldap_common(krb5_context context,
(*db)->hdb_capability_flags = 0;
(*db)->hdb_open = LDAP_open;
(*db)->hdb_close = LDAP_close;
(*db)->hdb_fetch = LDAP_fetch;
(*db)->hdb_fetch_kvno = LDAP_fetch_kvno;
(*db)->hdb_store = LDAP_store;
(*db)->hdb_remove = LDAP_remove;