提交 a641fc51 编写于 作者: A Atri Sharma

Fix uninitialized variable passed down in UDP handling

上级 e4a51d91
......@@ -4228,6 +4228,7 @@ rx_handle_mismatch(struct icpkthdr *pkt, struct sockaddr_storage *peer, int peer
dummyconn.peer_len = peer_len;
dummyconn.conn_info.flags |= ack_flags;
dummyconn.route = 0;
if (DEBUG4 >= log_min_messages)
write_log("idle, acking old packet ?");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册