From 2d268fc06bc01419e7f7f32d4da1b560e72e4ad3 Mon Sep 17 00:00:00 2001 From: Mike Sullivan Date: Mon, 26 Mar 2018 14:19:04 -0500 Subject: [PATCH] Fix handling partial SPTPS messages in sptps_test. --- src/sptps_test.c | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.20.1