summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-05-25 12:45:09 -0400
committerirungentoo <irungentoo@gmail.com>2014-05-25 12:45:09 -0400
commit2a719f316810c3edfa6ca37b9db6fa5dbc0bf02d (patch)
tree5c2f398066b224990e632b680e8e4ceeb12015f3
parent9a4659e5758509bf1bc97bff5b0dd07307fc2383 (diff)
Fixed issue.
-rw-r--r--auto_tests/toxav_many_test.c2
1 files changed, 1 insertions, 1 deletions
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)
223 case 3: /* Wait for Both to have status ended */ 223 case 3: /* Wait for Both to have status ended */
224 if (this_call->Caller.status == Ended) { 224 if (this_call->Caller.status == Ended) {
225 c_sleep(1000); /* race condition */ 225 c_sleep(1000); /* race condition */
226 this_call->Callee.status == Ended; 226 this_call->Callee.status = Ended;
227 running = 0; 227 running = 0;
228 } 228 }
229 229