|
@@ -189,7 +189,7 @@ static inline int msg_send_buffer(
|
|
if(tcp_connection_match == TCPCONN_MATCH_STRICT) {
|
|
if(tcp_connection_match == TCPCONN_MATCH_STRICT) {
|
|
con = tcpconn_lookup(dst->id, &ip, port, from,
|
|
con = tcpconn_lookup(dst->id, &ip, port, from,
|
|
(dst->send_sock) ? dst->send_sock->port_no : 0, 0,
|
|
(dst->send_sock) ? dst->send_sock->port_no : 0, 0,
|
|
- PROTO_NONE);
|
|
|
|
|
|
+ dst->proto);
|
|
} else {
|
|
} else {
|
|
con = tcpconn_get(dst->id, &ip, port, from, 0);
|
|
con = tcpconn_get(dst->id, &ip, port, from, 0);
|
|
}
|
|
}
|