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
  • Loading branch information
razvancrainea committed Mar 31, 2023
1 parent 3297766 commit 7898931
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 @@ -1112,7 +1112,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 7898931

Please sign in to comment.