浏览代码

core/forward: Match protocol when forwarding

Xenofon Karamanos 1 年之前
父节点
当前提交
d81e511388
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/core/forward.h

+ 1 - 1
src/core/forward.h

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