Fixed issue.

This commit is contained in:
irungentoo 2014-05-25 12:45:09 -04:00
parent 9a4659e575
commit 2a719f3168
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -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;
}