if (pkt->authen_cont.flags == FR_TAC_PLUS_CONTINUE_FLAG_ABORT) return FR_PACKET_TYPE_VALUE_AUTHENTICATION_CONTINUE_ABORT;
- fr_strerror_const("Invalid TACACS+ value for authentication continue flag");
+ fr_strerror_print("Invalid value %u for authentication continue flag", pkt->authen_cont.flags);
return -1;
}
return -1;
default:
- fr_strerror_const("Invalid TACACS+ header type");
+ fr_strerror_const("Invalid header type");
return -1;
}
}
}
break;
default:
- fr_strerror_printf("decode: Unsupported TACACS+ type %u", pkt->hdr.type);
+ fr_strerror_printf("decode: Unsupported packet type %u", pkt->hdr.type);
goto fail;
}