Module: sip-router Branch: sr_3.0 Commit: 9af70ff505e6ea45110b7a7d5c63eafd3f5b58f8 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=9af70ff5...
Author: Juha Heinanen jh@tutpro.com Committer: Juha Heinanen jh@tutpro.com Date: Thu Oct 15 12:47:01 2009 +0300
modules_k/permissions: Increased version number of 'trusted' table
- Increased version number of 'trusted' table also in code so that it matches the one in db.
---
modules_k/permissions/trusted.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/permissions/trusted.c b/modules_k/permissions/trusted.c index d7a2a71..d3c4860 100644 --- a/modules_k/permissions/trusted.c +++ b/modules_k/permissions/trusted.c @@ -40,7 +40,7 @@ #include "../../parser/parse_from.h" #include "../../usr_avp.h"
-#define TABLE_VERSION 4 +#define TABLE_VERSION 5
struct trusted_list ***hash_table; /* Pointer to current hash table pointer */ struct trusted_list **hash_table_1; /* Pointer to hash table 1 */