[sr-dev] git:master:3acd55da: uri_db Change the table version to synch with auth_db

Olle E. Johansson oej at edvina.net
Thu Apr 21 22:14:37 CEST 2016


Module: kamailio
Branch: master
Commit: 3acd55dab7c68e50eee69e54908dff57695676fb
URL: https://github.com/kamailio/kamailio/commit/3acd55dab7c68e50eee69e54908dff57695676fb

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date: 2016-04-21T22:11:08+02:00

uri_db Change the table version to synch with auth_db

---

Modified: modules/uri_db/uridb_mod.c

---

Diff:  https://github.com/kamailio/kamailio/commit/3acd55dab7c68e50eee69e54908dff57695676fb.diff
Patch: https://github.com/kamailio/kamailio/commit/3acd55dab7c68e50eee69e54908dff57695676fb.patch

---

diff --git a/modules/uri_db/uridb_mod.c b/modules/uri_db/uridb_mod.c
index e0284c8..cf9f582 100644
--- a/modules/uri_db/uridb_mod.c
+++ b/modules/uri_db/uridb_mod.c
@@ -38,10 +38,11 @@ MODULE_VERSION
 /*
  * Version of domain table required by the module,
  * increment this value if you change the table in
- * an backwards incompatible way
+ * an backwards incompatible way. The subscriber
+ * table version needs to be the same as auth_db use.
  */
 #define URI_TABLE_VERSION 1
-#define SUBSCRIBER_TABLE_VERSION 8
+#define SUBSCRIBER_TABLE_VERSION 6	/* From auth_db */
 
 static void destroy(void);       /* Module destroy function */
 static int child_init(int rank); /* Per-child initialization function */




More information about the sr-dev mailing list