[sr-dev] git:master:6ef70d73: presence: removed unused global var log_buf

Daniel-Constantin Mierla miconda at gmail.com
Tue Apr 14 11:17:26 CEST 2020


Module: kamailio
Branch: master
Commit: 6ef70d7366d60c1c7c73aff987193340e0b7c938
URL: https://github.com/kamailio/kamailio/commit/6ef70d7366d60c1c7c73aff987193340e0b7c938

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2020-04-14T09:19:44+02:00

presence: removed unused global var log_buf

---

Modified: src/modules/presence/presence.c

---

Diff:  https://github.com/kamailio/kamailio/commit/6ef70d7366d60c1c7c73aff987193340e0b7c938.diff
Patch: https://github.com/kamailio/kamailio/commit/6ef70d7366d60c1c7c73aff987193340e0b7c938.patch

---

diff --git a/src/modules/presence/presence.c b/src/modules/presence/presence.c
index 0155cf286f..52ad35bef5 100644
--- a/src/modules/presence/presence.c
+++ b/src/modules/presence/presence.c
@@ -81,7 +81,6 @@ MODULE_VERSION
 #define P_TABLE_VERSION 5
 #define ACTWATCH_TABLE_VERSION 12
 
-char *log_buf = NULL;
 static int clean_period = 100;
 static int db_update_period = 100;
 int pres_local_log_level = L_INFO;




More information about the sr-dev mailing list