Skip to content

Commit

Permalink
dialog: Do not replicate CSeq changes w/o a cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuchircu committed May 22, 2019
1 parent 9970962 commit 65ae04c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/dialog/dlg_req_within.c
Expand Up @@ -656,7 +656,8 @@ int send_leg_msg(struct dlg_cell *dlg,str *method,int src_leg,int dst_leg,

/* update the cseq, so we can be ready to generate other sequential
* messages on other nodes too */
replicate_dialog_cseq_updated(dlg, dst_leg);
if (dialog_repl_cluster)
replicate_dialog_cseq_updated(dlg, dst_leg);

if(result < 0)
{
Expand Down

0 comments on commit 65ae04c

Please sign in to comment.