Skip to content

Commit

Permalink
dialog: bump dlg replication version to 3
Browse files Browse the repository at this point in the history
Commit 58343d4 introduced some new fields in the binary packet,
changing its structure. Thus, when using different versions, they may
crash due to the packet's mismatch.
  • Loading branch information
razvancrainea committed Jul 26, 2021
1 parent 623d91a commit 7af3886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dialog/dlg_replication.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#define REPLICATION_DLG_DELETED 3
#define REPLICATION_DLG_CSEQ 4

#define BIN_VERSION 2
#define BIN_VERSION 3

extern int dialog_repl_cluster;
extern int profile_repl_cluster;
Expand Down

0 comments on commit 7af3886

Please sign in to comment.