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

1 message Options
Embed this post
Permalink
Andrei Pelinescu-Onciul

git:sr_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: 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 <[hidden email]>
Committer: Andrei Pelinescu-Onciul <[hidden email]>
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) {


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