[sr-dev] git:master: modules/lcr: forgot to increase lcr_gw table version

Juha Heinanen jh at tutpro.com
Tue Oct 12 10:42:19 CEST 2010


Module: sip-router
Branch: master
Commit: 94b1e890f5bca252130369fadec6a7b86aa3e173
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94b1e890f5bca252130369fadec6a7b86aa3e173

Author: Juha Heinanen <jh at tutpro.com>
Committer: Juha Heinanen <jh at tutpro.com>
Date:   Tue Oct 12 11:41:32 2010 +0300

modules/lcr: forgot to increase lcr_gw table version

---

 modules/lcr/lcr_mod.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/lcr/lcr_mod.c b/modules/lcr/lcr_mod.c
index c864e7f..333b5de 100644
--- a/modules/lcr/lcr_mod.c
+++ b/modules/lcr/lcr_mod.c
@@ -92,7 +92,7 @@ MODULE_VERSION
  */
 #define LCR_RULE_TABLE_VERSION 1
 #define LCR_RULE_TARGET_TABLE_VERSION 1
-#define LCR_GW_TABLE_VERSION 1
+#define LCR_GW_TABLE_VERSION 2
 
 /* database defaults */
 




More information about the sr-dev mailing list