Module: sip-router Branch: master Commit: 94b1e890f5bca252130369fadec6a7b86aa3e173 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=94b1e890...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@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 */