[sr-dev] git:master:6e0062eb: sipcapture: removed unused variable to fix complier warning

Daniel-Constantin Mierla miconda at gmail.com
Mon May 2 09:10:34 CEST 2016


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2016-05-02T09:09:35+02:00

sipcapture: removed unused variable to fix complier warning

---

Modified: modules/sipcapture/sipcapture.c

---

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

---

diff --git a/modules/sipcapture/sipcapture.c b/modules/sipcapture/sipcapture.c
index 3b0a021..8a3fb7b 100644
--- a/modules/sipcapture/sipcapture.c
+++ b/modules/sipcapture/sipcapture.c
@@ -1556,7 +1556,6 @@ static int sip_capture(struct sip_msg *msg, str *_table, _capture_mode_data_t *
 	struct timeval tvb;
 	struct timezone tz;
 	char tmp_node[100];
-	unsigned int len = 0;
 
 	LM_DBG("CAPTURE DEBUG...\n");
 




More information about the sr-dev mailing list