projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69a1839
)
Fix handling partial SPTPS messages in sptps_test.
author
Mike Sullivan
<mksully22@gmail.com>
Mon, 26 Mar 2018 19:19:04 +0000
(14:19 -0500)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 27 Mar 2018 20:47:01 +0000
(22:47 +0200)
src/sptps_test.c
patch
|
blob
|
history
diff --git
a/src/sptps_test.c
b/src/sptps_test.c
index
9b7c289
..
0f75c24
100644
(file)
--- 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;