Skip to content

Commit

Permalink
dialog: don't drop synced dialogs with no sharing tag
Browse files Browse the repository at this point in the history
(cherry picked from commit 3e98325)
  • Loading branch information
rvlad-patrascu committed Aug 1, 2022
1 parent b2f78b5 commit a3419dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dialog/dlg_replication.c
Expand Up @@ -1800,7 +1800,7 @@ static int get_shtag_sync_status(struct dlg_cell *dlg)

if (!dlg->shtag.s || dlg->shtag.len == 0) {
LM_DBG("Sharing tag not set\n");
return SHTAG_SYNC_NOT_REQUIRED;
return SHTAG_SYNC_REQUIRED;
}

if ((rc = clusterer_api.shtag_get_sync_status(&dlg->shtag,
Expand Down

0 comments on commit a3419dc

Please sign in to comment.