From fe476404b4ce134c946d1754d2652461340c1186 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 6 Feb 2024 17:27:02 +0100 Subject: patcjh --- src/dht.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dht.c') 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(); -- cgit v1.2.3