mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
The ipadb_free() and ipadb_alloc() functions are only used with KRB5_KDB_DAL_MAJOR_VERSION 5. ipa_kdb.c:639:13: warning: ‘ipadb_free’ defined but not used [-Wunused-function] ipa_kdb.c:634:14: warning: ‘ipadb_alloc’ defined but not used [-Wunused-function] Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>