mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed issue.
This commit is contained in:
parent
9a4659e575
commit
2a719f3168
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user