From: Alan T. DeKok Date: Tue, 5 Jan 2010 11:53:30 +0000 (+0100) Subject: Properly account for accounting responses from a home server X-Git-Tag: release_2_1_9~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9af7b27c3d1674e84ec979d9506cb6aa6ae88ef5;p=thirdparty%2Ffreeradius-server.git Properly account for accounting responses from a home server --- diff --git a/src/main/stats.c b/src/main/stats.c index e81cab82982..93c65959d0b 100644 --- a/src/main/stats.c +++ b/src/main/stats.c @@ -164,7 +164,7 @@ void request_stats_final(REQUEST *request) #ifdef WITH_ACCOUNTING case PW_ACCOUNTING_RESPONSE: - radius_acct_stats.total_responses++; + proxy_acct_stats.total_responses++; request->proxy_listener->stats.total_responses++; request->home_server->stats.total_responses++; break;