Browse Source

seas: use set_force_socket()

- use set_force_socket() instead of msg->force_send_socket
(cherry picked from commit 710b07269cc63a7ddf7323d68bcb619bd4d63816)
Andrei Pelinescu-Onciul 16 years ago
parent
commit
a0015a9d79
1 changed files with 3 additions and 1 deletions
  1. 3 1
      modules_k/seas/seas_action.c

+ 3 - 1
modules_k/seas/seas_action.c

@@ -817,7 +817,9 @@ int ac_sl_msg(as_p the_as,char *action,int len)
    }else{
       uri = GET_RURI(my_msg);
    }
-   my_msg->force_send_socket=grep_sock_info(&my_msg->via1->host,my_msg->via1->port,my_msg->via1->proto);
+   set_force_socket(my_msg, grep_sock_info(&my_msg->via1->host,
+                                            my_msg->via1->port,
+                                            my_msg->via1->proto) );
    /* or also could be:
       my_msg->force_send_socket=the_as->binds[processor_id].bind_address;
       not sure which is better...