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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dkerrs.c102 /* Set the error message state of dest_ctx to that of src_ctx. */
104 krb5_copy_error_message (krb5_context dest_ctx, krb5_context src_ctx) argument
106 if (dest_ctx == src_ctx)
109 krb5int_set_error(&dest_ctx->err, src_ctx->err.code, "%s",
112 krb5int_clear_error(&dest_ctx->err);

Completed in 33 milliseconds