Don't send probe replies if we don't have the other's key.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 10 Jan 2015 22:58:35 +0000 (23:58 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 10 Jan 2015 22:58:35 +0000 (23:58 +0100)
commit6fcfe763aa54e0522e726dc088b23d24899794d8
tree50a35afa6b8d77715d341af10238784b2c72f717
parentf3801cb54311da2c30cbe27cd66559a2ea5daa91
Don't send probe replies if we don't have the other's key.

This can happen with the legacy protocol. Don't try to send anything
back in this case, otherwise it will be sent via TCP, which is silly.
src/net_packet.c