[sr-dev] git:master: pv: $xavp(name) is marked as PVT_XAVP type

Daniel-Constantin Mierla miconda at gmail.com
Mon Jun 17 14:49:33 CEST 2013


Module: sip-router
Branch: master
Commit: 1207edd603937e3e43ce20207bfeae0284f16489
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1207edd603937e3e43ce20207bfeae0284f16489

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Mon Jun 17 14:48:52 2013 +0200

pv: $xavp(name) is marked as PVT_XAVP type

---

 modules/pv/pv.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/pv/pv.c b/modules/pv/pv.c
index fcfea11..2b13ec8 100644
--- a/modules/pv/pv.c
+++ b/modules/pv/pv.c
@@ -87,7 +87,7 @@ static pv_export_t mod_pvs[] = {
 		pv_parse_snd_name, 0, 0, 0 },
 #ifdef WITH_XAVP
 	{ {"xavp", sizeof("xavp")-1}, /* xavp */
-		PVT_OTHER, pv_get_xavp, pv_set_xavp,
+		PVT_XAVP, pv_get_xavp, pv_set_xavp,
 		pv_parse_xavp_name, 0, 0, 0 },
 #endif
 




More information about the sr-dev mailing list