From 7cd4b4af8d27a4570e115c6f2374648902a16b7d Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 30 Jan 2021 14:23:47 +0200 Subject: [PATCH] Forgot to add the link --- source/dnetd/dlink.d | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/dnetd/dlink.d b/source/dnetd/dlink.d index 11a1347..700f3ae 100644 --- a/source/dnetd/dlink.d +++ b/source/dnetd/dlink.d @@ -284,6 +284,11 @@ public final class DMeyer } } + if(linkGood) + { + links ~= link; + } + /* Unlock the links list */ linksMutex.unlock();