Skip to content
Snippets Groups Projects
Commit 0fd4fed5 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

search: add fallback return

parent ef82652a
Branches
Tags
No related merge requests found
......@@ -545,6 +545,7 @@ struct Dht::Search {
if (a.value->id == vid)
return a.value;
}
return {};
}
bool cancelPut(Value::Id vid) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment