Skip to content

Commit

Permalink
b2b_entities: do not reset_cancelled_t
Browse files Browse the repository at this point in the history
As it is not exposed through the API. This completes c7780db.

Many thanks to Norm Brandinger for reporting it!
  • Loading branch information
razvancrainea committed Sep 13, 2024
1 parent 377ba7f commit 95767fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/b2b_entities/dlg.c
Original file line number Diff line number Diff line change
Expand Up @@ -892,7 +892,6 @@ int b2b_prescript_f(struct sip_msg *msg, void *uparam)
return SCB_RUN_ALL;
}
tmb.unref_cell( T_invite );
reset_cancelled_t();

ctx = b2b_get_context();
if (!ctx) {
Expand Down

0 comments on commit 95767fc

Please sign in to comment.