return false when packet not sent to ourselves

This commit is contained in:
Miguel Freitas 2013-10-20 14:02:19 -02:00
parent 7e1726ba8c
commit a19c4f231f

View File

@ -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";