diff options
author | Anton Luka Šijanec <anton@sijanec.eu> | 2024-02-06 17:27:02 +0100 |
---|---|---|
committer | Anton Luka Šijanec <anton@sijanec.eu> | 2024-02-06 17:27:02 +0100 |
commit | fe476404b4ce134c946d1754d2652461340c1186 (patch) | |
tree | 789f9f4fdd656b861e607ebc5ffd7e5c5fbb8deb /src/dht.c | |
parent | Merge branch 'master' of ssh://ni.sijanec.eu/var/lib/git/sijanec/travnik (diff) | |
download | travnik-fe476404b4ce134c946d1754d2652461340c1186.tar travnik-fe476404b4ce134c946d1754d2652461340c1186.tar.gz travnik-fe476404b4ce134c946d1754d2652461340c1186.tar.bz2 travnik-fe476404b4ce134c946d1754d2652461340c1186.tar.lz travnik-fe476404b4ce134c946d1754d2652461340c1186.tar.xz travnik-fe476404b4ce134c946d1754d2652461340c1186.tar.zst travnik-fe476404b4ce134c946d1754d2652461340c1186.zip |
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(); |