FR_STATS_INC(auth, total_requests);
if (rcode < 20) { /* RADIUS_HDR_LEN */
+ ERROR("Receive - %s", fr_strerror());
FR_STATS_INC(auth, total_malformed_requests);
return 0;
}
FR_STATS_INC(auth, total_requests);
if (rcode < 20) { /* RADIUS_HDR_LEN */
- RATE_LIMIT(ERROR("Received malformed packet: %s", fr_strerror()));
+ ERROR("Receive - %s", fr_strerror());
FR_STATS_INC(auth, total_malformed_requests);
return 0;
}
FR_STATS_INC(acct, total_requests);
if (rcode < 20) { /* RADIUS_HDR_LEN */
+ ERROR("Receive - %s", fr_strerror());
FR_STATS_INC(acct, total_malformed_requests);
return 0;
}
if (rcode < 0) return 0;
if (rcode < 20) { /* RADIUS_HDR_LEN */
- FR_STATS_INC(coa, total_requests);
+ ERROR("Receive - %s", fr_strerror());
FR_STATS_INC(coa, total_malformed_requests);
return 0;
}