| Index: srtp/test/replay_driver.c
|
| diff --git a/srtp/test/replay_driver.c b/srtp/test/replay_driver.c
|
| index e4d17015f15853e55b3835227dc346af51691ce8..2dfa55c357f1cdaf06e3282f7bcfe3378d725fa8 100644
|
| --- a/srtp/test/replay_driver.c
|
| +++ b/srtp/test/replay_driver.c
|
| @@ -233,7 +233,7 @@ rdb_check_adds_per_second(void) {
|
| uint32_t i;
|
| rdb_t rdb;
|
| clock_t timer;
|
| - int failures; /* count number of failures */
|
| + int failures = 0; /* count number of failures */
|
|
|
| if (rdb_init(&rdb) != err_status_ok) {
|
| printf("rdb_init failed\n");
|
|
|