mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-08 02:13:17 +00:00
Test should not assert when hangup fails
This commit is contained in:
@@ -192,7 +192,6 @@ void* call_thread(void* pd)
|
||||
|
||||
if (rc != TOXAV_ERR_CALL_CONTROL_OK) {
|
||||
printf("toxav_call_control failed: %d %p %p\n", rc, AliceAV, BobAV);
|
||||
ck_assert(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user