Module: kamailio
Branch: master
Commit: cdd7bc29a900d787b8d99f7296306f99c53a5e29
URL:
https://github.com/kamailio/kamailio/commit/cdd7bc29a900d787b8d99f7296306f9…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-04-07T17:05:27+02:00
pv: renamed empty buf variable
---
Modified: src/modules/pv/pv_trans.c
---
Diff:
https://github.com/kamailio/kamailio/commit/cdd7bc29a900d787b8d99f7296306f9…
Patch:
https://github.com/kamailio/kamailio/commit/cdd7bc29a900d787b8d99f7296306f9…
---
diff --git a/src/modules/pv/pv_trans.c b/src/modules/pv/pv_trans.c
index 25723bd..ef88423 100644
--- a/src/modules/pv/pv_trans.c
+++ b/src/modules/pv/pv_trans.c
@@ -50,8 +50,8 @@
#include "pv_trans.h"
-static char _empty_str[2] = {0};
-static str _tr_empty = { _empty_str, 0 };
+static char _tr_empty_buf[2] = {0};
+static str _tr_empty = { _tr_empty_buf, 0 };
static str _tr_uri = {0, 0};
static struct sip_uri _tr_parsed_uri;
static param_t* _tr_uri_params = NULL;