diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2011-01-27 08:27:39 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2011-01-27 08:27:39 +0300 |
commit | 673bea74d2beb8d4260355f928499230c7ff9b17 (patch) | |
tree | 4b5474b9623f0b6f5a8dbdde48f1dc906fdd322e /accel-pppd/cli/std_cmd.c | |
parent | 7f8d3e240fe9544b22846ea05b09515922d1de57 (diff) | |
download | accel-ppp-673bea74d2beb8d4260355f928499230c7ff9b17.tar.gz accel-ppp-673bea74d2beb8d4260355f928499230c7ff9b17.zip |
radius: extended statistics calculation
Diffstat (limited to 'accel-pppd/cli/std_cmd.c')
-rw-r--r-- | accel-pppd/cli/std_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accel-pppd/cli/std_cmd.c b/accel-pppd/cli/std_cmd.c index 3adb926a..43407f19 100644 --- a/accel-pppd/cli/std_cmd.c +++ b/accel-pppd/cli/std_cmd.c @@ -67,7 +67,7 @@ static int show_stat_exec(const char *cmd, char * const *fields, int fields_cnt, //=========== cli_send(client, "ppp:\r\n"); - cli_sendv(client, " staring: %u\r\n", ppp_stat.starting); + cli_sendv(client, " starting: %u\r\n", ppp_stat.starting); cli_sendv(client, " active: %u\r\n", ppp_stat.active); cli_sendv(client, " finishing: %u\r\n", ppp_stat.finishing); |