[sr-dev] git:master:3be5902a: pv: fixed the definition of the new $sut variable

Daniel-Constantin Mierla miconda at gmail.com
Thu Feb 19 09:37:38 CET 2015


Module: kamailio
Branch: master
Commit: 3be5902a697caca2dd70fae2e17a1e0acb87c089
URL: https://github.com/kamailio/kamailio/commit/3be5902a697caca2dd70fae2e17a1e0acb87c089

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-02-19T09:36:57+01:00

pv: fixed the definition of the new $sut variable

- reported by Luis Azedo

---

Modified: modules/pv/pv.c

---

Diff:  https://github.com/kamailio/kamailio/commit/3be5902a697caca2dd70fae2e17a1e0acb87c089.diff
Patch: https://github.com/kamailio/kamailio/commit/3be5902a697caca2dd70fae2e17a1e0acb87c089.patch

---

diff --git a/modules/pv/pv.c b/modules/pv/pv.c
index af9728f..2f99a53 100644
--- a/modules/pv/pv.c
+++ b/modules/pv/pv.c
@@ -381,7 +381,7 @@ static pv_export_t mod_pvs[] = {
 	{{"td", (sizeof("td")-1)}, /* */
 		PVT_OTHER, pv_get_to_attr, pv_set_to_domain,
 		0, 0, pv_init_iname, 3},
-	{{"su", (sizeof("sut")-1)}, /* */
+	{{"sut", (sizeof("sut")-1)}, /* */
 		PVT_OTHER, pv_get_srcaddr_uri_full, 0,
 		0, 0, 0, 0},
 	{{"to.domain", (sizeof("to.domain")-1)}, /* */




More information about the sr-dev mailing list