mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 03:50:31 +00:00
Merge "test_taskprocessor.c: Fix test failure on Ubuntu" into 16
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user