1
0
mirror of https://github.com/deavminet/dnetd synced 2024-09-21 17:53:39 +02:00

Forgot to add the link

This commit is contained in:
Tristan B. Kildaire 2021-01-30 14:23:47 +02:00
parent 972023d2f3
commit 7cd4b4af8d

View File

@ -284,6 +284,11 @@ public final class DMeyer
}
}
if(linkGood)
{
links ~= link;
}
/* Unlock the links list */
linksMutex.unlock();