Module: kamailio
Branch: master
Commit: a2d010cea219fa1cd84d0cf84825f3cc63536530
URL:
https://github.com/kamailio/kamailio/commit/a2d010cea219fa1cd84d0cf84825f3c…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-07-21T13:51:19+02:00
xmlops: removed dead code return
---
Modified: src/modules/xmlops/pv_xml.c
---
Diff:
https://github.com/kamailio/kamailio/commit/a2d010cea219fa1cd84d0cf84825f3c…
Patch:
https://github.com/kamailio/kamailio/commit/a2d010cea219fa1cd84d0cf84825f3c…
---
diff --git a/src/modules/xmlops/pv_xml.c b/src/modules/xmlops/pv_xml.c
index f002a53d44..872fea0de3 100644
--- a/src/modules/xmlops/pv_xml.c
+++ b/src/modules/xmlops/pv_xml.c
@@ -331,7 +331,6 @@ int pv_get_xml(struct sip_msg *msg, pv_param_t *param,
default:
return pv_get_null(msg, param, res);
}
- return pv_get_null(msg, param, res);
}
int pv_set_xml(struct sip_msg* msg, pv_param_t *param,