diff options
Diffstat (limited to 'src/dht.c')
-rw-r--r-- | src/dht.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); |