]> git.ipfire.org Git - thirdparty/krb5.git/commit
Remove adb_policy_init and adb_policy_close
authorTomas Kuthan <tkuthan@gmail.com>
Thu, 3 Apr 2014 15:58:43 +0000 (17:58 +0200)
committerGreg Hudson <ghudson@mit.edu>
Fri, 4 Apr 2014 18:02:47 +0000 (14:02 -0400)
commit8d735931e2a93fab31d68772e8881faa6b030a10
tree61c77286562c103acf9a177294da214359e715ba
parent372e4cb6f5d4a603e6e3157c7b5d354953836136
Remove adb_policy_init and adb_policy_close

Since f72c3ffa the policy is initialized as part of database.
adb_policy_close is now a no-op, and adb_policy_init just makes sure
the database is initialized.  adb_policy_init is only called from
kadm5_flush, and only if database initialization was successful
beforehand, rendering this call redundant.

Remove adb_policy_init and adb_policy_close and all their references
in the code and documentation.
doc/kadm5/api-funcspec.tex
src/lib/kadm5/server_internal.h
src/lib/kadm5/srv/libkadm5srv_mit.exports
src/lib/kadm5/srv/server_init.c
src/lib/kadm5/srv/server_misc.c