mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-11 15:27:57 +00:00
do not add unknown torrents (unkown user)
This commit is contained in:
parent
24fd6a6a8a
commit
d6215c7c9f
@ -337,7 +337,8 @@ void ThreadSessionAlerts()
|
||||
}
|
||||
}
|
||||
|
||||
if( dd->m_is_neighbor && m_specialResources.count(dd->m_resource) ) {
|
||||
if( dd->m_is_neighbor && m_specialResources.count(dd->m_resource) &&
|
||||
neighborCheck.count(ih) ) {
|
||||
// Do something!
|
||||
printf("Neighbor of special resource - do something!\n");
|
||||
if( dd->m_resource == "tracker" ) {
|
||||
|
Loading…
Reference in New Issue
Block a user