Merge "test_taskprocessor.c: Fix test failure on Ubuntu" into 16

This commit is contained in:
George Joseph 2019-10-11 08:42:53 -05:00 committed by Gerrit Code Review
commit ab8835b8b7
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ AST_TEST_DEFINE(subsystem_alert)
#define LOW_WATER_MARK 3
#define HIGH_WATER_MARK 6
struct task_data *task_data[(TEST_DATA_ARRAY_SIZE + 1)] = { 0 };
int res;
int res = 0;
int i;
long queue_count;
unsigned int alert_level;