rjcted_rply
rejected(msg->rjcted_rply.rj_stat, error);
error->re_vers.low = msg->rjcted_rply.rj_vers.low;
error->re_vers.high = msg->rjcted_rply.rj_vers.high;
error->re_why = msg->rjcted_rply.rj_why;
rply.rjcted_rply.rj_stat = AUTH_ERROR;
rply.rjcted_rply.rj_why = why;
if (msg->rjcted_rply.rj_why == RPCSEC_GSS_NOCRED ||
msg->rjcted_rply.rj_why == RPCSEC_GSS_FAILED ||
rejected(msg->rjcted_rply.rj_stat, error);
error->re_vers.low = msg->rjcted_rply.rj_vers.low;
error->re_vers.high = msg->rjcted_rply.rj_vers.high;
error->re_why = msg->rjcted_rply.rj_why;
if (msg->rjcted_rply.rj_why == RPCSEC_GSS_NOCRED ||
msg->rjcted_rply.rj_why == RPCSEC_GSS_FAILED ||
rply.rjcted_rply.rj_stat = AUTH_ERROR;
rply.rjcted_rply.rj_why = why;
rply.rjcted_rply.rj_stat = AUTH_ERROR;
rply.rjcted_rply.rj_why = AUTH_BADCRED;