_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:
@@ -114,3 +114,10 @@ _kadm5_s_init_context(kadm5_server_context **ctx,
|
|||||||
#endif
|
#endif
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
HDB *
|
||||||
|
_kadm5_s_get_db(void *server_handle)
|
||||||
|
{
|
||||||
|
kadm5_server_context *context = server_handle;
|
||||||
|
return context->db;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user