summaryrefslogtreecommitdiffstats
path: root/src/dht.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht.c')
-rw-r--r--src/dht.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dht.c b/src/dht.c
index 513a66f..0670f34 100644
--- a/src/dht.c
+++ b/src/dht.c
@@ -2411,6 +2411,7 @@ void periodic (struct dht * d) {
if (errno != EINPROGRESS) {
L(std_fail, d, "connect: %s", strerror(errno));
disconnect(t);
+ continue; // i think this is reasonable, but this was added when i forgot how the code works. coredump without continue in /mnt/slu/a/tmp/coredump2024/
}
}
t->time = seconds();