Skip to content

Commit

Permalink
Merge branch 'OpenSIPS:master' into tm_local_request
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenbock authored Mar 8, 2024
2 parents 7f5a976 + fcfacae commit 000e1d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/rtp_relay/rtp_relay_ctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@ mi_response_t *mi_rtp_relay_update_callid(const mi_params_t *params,
if (rtp_relay_ctx_pending(ctx)) {
RTP_RELAY_CTX_UNLOCK(ctx);
lock_stop_read(rtp_relay_contexts_lock);
goto error;
return 0;
}

ctmp = rtp_relay_new_tmp(ctx, set, node);
Expand Down

0 comments on commit 000e1d1

Please sign in to comment.