Browse Source

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

Andrei Pelinescu-Onciul 16 years ago
parent
commit
78e168c98b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/tm/t_serial.c

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