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
  • Loading branch information
rvlad-patrascu committed Jul 31, 2022
1 parent 0b49c81 commit 3e98325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dialog/dlg_replication.c
Expand Up @@ -1787,7 +1787,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 3e98325

Please sign in to comment.