From 2a719f316810c3edfa6ca37b9db6fa5dbc0bf02d Mon Sep 17 00:00:00 2001 From: irungentoo Date: Sun, 25 May 2014 12:45:09 -0400 Subject: Fixed issue. --- auto_tests/toxav_many_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_tests/toxav_many_test.c b/auto_tests/toxav_many_test.c index 1e41b7fa..b7f6a0fc 100644 --- a/auto_tests/toxav_many_test.c +++ b/auto_tests/toxav_many_test.c @@ -223,7 +223,7 @@ void *in_thread_call (void *arg) case 3: /* Wait for Both to have status ended */ if (this_call->Caller.status == Ended) { c_sleep(1000); /* race condition */ - this_call->Callee.status == Ended; + this_call->Callee.status = Ended; running = 0; } -- cgit v1.2.3