Module: kamailio
Branch: master
Commit: 6ef70d7366d60c1c7c73aff987193340e0b7c938
URL:
https://github.com/kamailio/kamailio/commit/6ef70d7366d60c1c7c73aff98719334…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)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/6ef70d7366d60c1c7c73aff98719334…
Patch:
https://github.com/kamailio/kamailio/commit/6ef70d7366d60c1c7c73aff98719334…
---
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;