_kadm5_s_get_db()

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4027 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-11-16 10:52:28 +00:00
parent 7d1efd380a
commit c83d62954a

View File

@@ -114,3 +114,10 @@ _kadm5_s_init_context(kadm5_server_context **ctx,
#endif
return 0;
}
HDB *
_kadm5_s_get_db(void *server_handle)
{
kadm5_server_context *context = server_handle;
return context->db;
}