git:kamailio_3.0: tm: use set_force_socket() instead of msg-> force_send_socket

1 message Options
Embed this post
Permalink
Daniel-Constantin Mierla

git:kamailio_3.0: tm: use set_force_socket() instead of msg-> force_send_socket

Reply Threaded More More options
Print post
Permalink
Module: sip-router
Branch: kamailio_3.0
Commit: 78e168c98b2bbc923bcfe7365c0343a566d557a4
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=78e168c98b2bbc923bcfe7365c0343a566d557a4

Author: Andrei Pelinescu-Onciul <[hidden email]>
Committer: Daniel-Constantin Mierla <[hidden email]>
Date:   Thu Nov  5 14:53:55 2009 +0100

tm: use set_force_socket() instead of msg->force_send_socket
(cherry picked from commit d525316e8697533bea40a0e71a150d870caa1d7a)

---

 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) {


_______________________________________________
sr-dev mailing list
[hidden email]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev