because we already don't count the replies
return 0;
}
- FR_STATS_TYPE_INC(client->auth.total_requests);
-
/*
* Some sanity checks, based on the packet code.
*/
switch (code) {
case PW_CODE_ACCESS_REQUEST:
+ FR_STATS_TYPE_INC(client->auth.total_requests);
fun = rad_authenticate;
break;
return 0;
}
- FR_STATS_TYPE_INC(client->acct.total_requests);
-
/*
* Some sanity checks, based on the packet code.
*/
switch (code) {
case PW_CODE_ACCOUNTING_REQUEST:
+ FR_STATS_TYPE_INC(client->acct.total_requests);
fun = rad_accounting;
break;