From: Guus Sliepen Date: Tue, 19 May 2015 19:32:30 +0000 (+0200) Subject: Don't log seqno failures in sptps_verify_datagram(). X-Git-Tag: release-1.1pre12~143 X-Git-Url: http://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=inline;h=dece2db78e2c4ccd6e617e69195754639b086170;hp=dece2db78e2c4ccd6e617e69195754639b086170;p=tinc 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(). ---