Skip to content

Commit 7af3886

Browse files
committed
dialog: bump dlg replication version to 3
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.
1 parent 623d91a commit 7af3886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dialog/dlg_replication.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#define REPLICATION_DLG_DELETED 3
3434
#define REPLICATION_DLG_CSEQ 4
3535

36-
#define BIN_VERSION 2
36+
#define BIN_VERSION 3
3737

3838
extern int dialog_repl_cluster;
3939
extern int profile_repl_cluster;

0 commit comments

Comments
 (0)