From: Mike Sullivan Date: Mon, 26 Mar 2018 19:19:04 +0000 (-0500) Subject: Fix handling partial SPTPS messages in sptps_test. X-Git-Tag: release-1.1pre16~9 X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=2d268fc06bc01419e7f7f32d4da1b560e72e4ad3 Fix handling partial SPTPS messages in sptps_test. --- diff --git a/src/sptps_test.c b/src/sptps_test.c index 9b7c289b..0f75c242 100644 --- a/src/sptps_test.c +++ b/src/sptps_test.c @@ -445,8 +445,6 @@ int main(int argc, char *argv[]) { if(!datagram) { return 1; } - } else { - break; } bufp += done;