client: re-define the meaning of poke()
This commit is contained in:
@@ -93,7 +93,7 @@ std::shared_ptr<Operation> DiscoverBuilder::exec()
|
||||
if(first && ping) {
|
||||
log_debug_printf(setup, "Starting Discover%s", "\n");
|
||||
|
||||
context->tickSearch(ContextImpl::SearchKind::discover);
|
||||
context->tickSearch(ContextImpl::SearchKind::discover, false);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user