Searched refs:fx_error (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfast.c368 krb5_error *fx_error = NULL; local
394 retval = decode_krb5_error(&scratch, &fx_error);
406 fx_error->e_data = *encoded_td;
407 free(encoded_td); /*contents owned by fx_error*/
410 *err_replyptr = fx_error;
411 fx_error = NULL;
415 * If there is more than the fx_error padata, then we want
422 if (fx_error)
423 krb5_free_error(context, fx_error);

Completed in 22 milliseconds