[sr-dev] git:master:66accf1a: presence: increment presentity table version to 4 in code

Daniel-Constantin Mierla miconda at gmail.com
Fri Mar 27 09:01:38 CET 2015


Module: kamailio
Branch: master
Commit: 66accf1a36ddba2371f404a8fdcc1e65dbd5e078
URL: https://github.com/kamailio/kamailio/commit/66accf1a36ddba2371f404a8fdcc1e65dbd5e078

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-03-27T09:01:25+01:00

presence: increment presentity table version to 4 in code

- reported by Juha Heinanen

---

Modified: modules/presence/presence.c

---

Diff:  https://github.com/kamailio/kamailio/commit/66accf1a36ddba2371f404a8fdcc1e65dbd5e078.diff
Patch: https://github.com/kamailio/kamailio/commit/66accf1a36ddba2371f404a8fdcc1e65dbd5e078.patch

---

diff --git a/modules/presence/presence.c b/modules/presence/presence.c
index 30b3d3a..817e25f 100644
--- a/modules/presence/presence.c
+++ b/modules/presence/presence.c
@@ -76,7 +76,7 @@
 MODULE_VERSION
 
 #define S_TABLE_VERSION  3
-#define P_TABLE_VERSION  3
+#define P_TABLE_VERSION  4
 #define ACTWATCH_TABLE_VERSION 11
 
 char *log_buf = NULL;




More information about the sr-dev mailing list