瀏覽代碼

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.
Juha Heinanen 16 年之前
父節點
當前提交
9af70ff505
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      modules_k/permissions/trusted.c

+ 1 - 1
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 */