This commit is contained in:
Souradeep Bera 2025-01-17 16:41:26 +00:00 committed by GitHub
commit 4801755070
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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