[sr-dev] git:sr_3.0: tm: use set_force_socket() instead of msg->force_send_socket

Andrei Pelinescu-Onciul andrei at iptel.org
Thu Nov 5 15:11:06 CET 2009


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

Author: Andrei Pelinescu-Onciul <andrei at iptel.org>
Committer: Andrei Pelinescu-Onciul <andrei at iptel.org>
Date:   Thu Nov  5 14:53:55 2009 +0100

tm: use set_force_socket() instead of msg->force_send_socket

---

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

diff --git a/modules/tm/t_serial.c b/modules/tm/t_serial.c
index 945afcb..fc9c527 100644
--- a/modules/tm/t_serial.c
+++ b/modules/tm/t_serial.c
@@ -447,7 +447,7 @@ int t_next_contacts(struct sip_msg* msg, char* key, char* value)
 		else reset_dst_uri(msg);
 		if (path.s && path.len) set_path_vector(msg, &path);
 		else reset_path_vector(msg);
-		msg->force_send_socket = sock;
+		set_force_socket(msg, sock);
 		setbflagsval(0, flags);
 
 		if (avp->flags & Q_FLAG) {




More information about the sr-dev mailing list