Skip to content

Commit

Permalink
b2b_entities: fix cherry-pick merge in previous commit
Browse files Browse the repository at this point in the history
(cherry picked from commit 7898931)
  • Loading branch information
razvancrainea committed Mar 31, 2023
1 parent 537243a commit 3e76bd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/b2b_entities/dlg.c
Original file line number Diff line number Diff line change
Expand Up @@ -1066,7 +1066,7 @@ int b2b_prescript_f(struct sip_msg *msg, void *uparam)
}
else
LM_DBG("Error when creating tm transaction\n");
B2BE_LOCK_RELEASE(table, hash_index);
lock_release(&table[hash_index].lock);
return SCB_DROP_MSG;
}
tm_tran = tmb.t_gett();
Expand Down

0 comments on commit 3e76bd4

Please sign in to comment.