(kadm5_s_get_principal): use right context
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20299 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -258,7 +258,8 @@ kadm5_s_get_principal(void *server_handle,
|
||||
goto out;
|
||||
}
|
||||
if (len != buf.length)
|
||||
krb5_abortx(context, "internal ASN.1 encoder error");
|
||||
krb5_abortx(context->context,
|
||||
"internal ASN.1 encoder error");
|
||||
ret = add_tl_data(out, KRB5_TL_ALIASES, buf.data, buf.length);
|
||||
free(buf.data);
|
||||
if (ret) {
|
||||
|
Reference in New Issue
Block a user