Merge 73e7695bb5
into 5cb74797fe
This commit is contained in:
commit
4801755070
|
@ -12527,7 +12527,7 @@ static int check_engine(switch_rtp_engine_t *engine)
|
|||
|
||||
status = switch_rtp_zerocopy_read_frame(engine->rtp_session, &engine->read_frame, flags);
|
||||
|
||||
if (!SWITCH_READ_ACCEPTABLE(status)) {
|
||||
if (SWITCH_READ_ACCEPTABLE(status)) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue