Skip to content
Snippets Groups Projects
Commit 173a9ee6 authored by Simon Désaulniers's avatar Simon Désaulniers Committed by Adrien Béraud
Browse files

revert attempt to avoid securedht cert put fail

parent ed1ca6db
No related branches found
No related tags found
No related merge requests found
......@@ -907,7 +907,7 @@ Dht::searchStep(std::shared_ptr<Search> sr)
g.done_cb(false, {});
}
}
if (not sr->nodes.empty()) {
{
std::vector<DoneCallback> a_cbs;
a_cbs.reserve(sr->announce.size());
for (const auto& a : sr->announce)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment