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
Branches
Tags
No related merge requests found
...@@ -907,7 +907,7 @@ Dht::searchStep(std::shared_ptr<Search> sr) ...@@ -907,7 +907,7 @@ Dht::searchStep(std::shared_ptr<Search> sr)
g.done_cb(false, {}); g.done_cb(false, {});
} }
} }
if (not sr->nodes.empty()) { {
std::vector<DoneCallback> a_cbs; std::vector<DoneCallback> a_cbs;
a_cbs.reserve(sr->announce.size()); a_cbs.reserve(sr->announce.size());
for (const auto& a : sr->announce) for (const auto& a : sr->announce)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment