(krb5_get_warn_dest): return warn_dest from krb5_context
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19086 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -203,3 +203,9 @@ krb5_set_warn_dest(krb5_context context, krb5_log_facility *fac)
|
||||
context->warn_dest = fac;
|
||||
return 0;
|
||||
}
|
||||
|
||||
krb5_log_facility * KRB5_LIB_FUNCTION
|
||||
krb5_get_warn_dest(krb5_context context)
|
||||
{
|
||||
return context->warn_dest;
|
||||
}
|
||||
|
Reference in New Issue
Block a user