mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 20:44:56 +00:00
return false when packet not sent to ourselves
This commit is contained in:
parent
7e1726ba8c
commit
a19c4f231f
@ -208,7 +208,7 @@ bool find_data::invoke(observer_ptr o)
|
||||
|
||||
// im not going to ask trackers from myself
|
||||
if( o->id() == m_node.nid() )
|
||||
return true;
|
||||
return false;
|
||||
|
||||
entry e;
|
||||
e["z"] = "q";
|
||||
|
Loading…
x
Reference in New Issue
Block a user