projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79809c5
)
Fix infinite loop on SPTPS errors when running sptps_test in datagram mode.
author
Guus Sliepen
<guus@tinc-vpn.org>
Tue, 10 Aug 2021 21:08:52 +0000
(23:08 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 29 May 2022 16:03:27 +0000
(18:03 +0200)
src/sptps_test.c
patch
|
blob
|
history
diff --git
a/src/sptps_test.c
b/src/sptps_test.c
index
e113a84
..
131b0f4
100644
(file)
--- a/
src/sptps_test.c
+++ b/
src/sptps_test.c
@@
-744,6
+744,8
@@
static int run_test(int argc, char *argv[]) {
ecdsa_free(mykey);
ecdsa_free(hiskey);
return 1;
+ } else {
+ break;
}
}