Don't log seqno failures in sptps_verify_datagram().
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 19 May 2015 19:32:30 +0000 (21:32 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 19 May 2015 19:32:30 +0000 (21:32 +0200)
commitdece2db78e2c4ccd6e617e69195754639b086170
treedc69e4c1435e74098019a1d8bd0f78b8f21668ff
parenta7522118018928e17fc53840b420df570cf1bec5
Don't log seqno failures in sptps_verify_datagram().

This function is not used for normal traffic, only when a packet from an
unknown source is received and we need to check against candidates. No
failures should be logger in this case; if the packet is really not
valid this will be logged by handle_incoming_vpn_data().
src/sptps.c