[sr-dev] git:master: modules/ims_registrar_scscf: removed path vector being set on lookups, not necessary

Jason Penton jason.penton at gmail.com
Thu Dec 11 21:11:52 CET 2014


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

Author: Jason Penton <jason.penton at gmail.com>
Committer: Jason Penton <jason.penton at gmail.com>
Date:   Thu Dec 11 22:11:14 2014 +0200

modules/ims_registrar_scscf: removed path vector being set on lookups, not necessary

---

 modules/ims_registrar_scscf/lookup.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/modules/ims_registrar_scscf/lookup.c b/modules/ims_registrar_scscf/lookup.c
index 4a0cfa6..8c67598 100644
--- a/modules/ims_registrar_scscf/lookup.c
+++ b/modules/ims_registrar_scscf/lookup.c
@@ -123,11 +123,6 @@ int lookup(struct sip_msg* _m, udomain_t* _d) {
 		ret = -3;
 		goto done;
 	    }
-	    if (set_path_vector(_m, &ptr->path) < 0) {
-		LM_ERR("failed to set path vector\n");
-		ret = -3;
-		goto done;
-	    }
 	    if (set_dst_uri(_m, &path_dst) < 0) {
 		LM_ERR("failed to set dst_uri of Path\n");
 		ret = -3;




More information about the sr-dev mailing list