mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-15 16:46:34 +01:00
some logging code cleanup
This commit is contained in:
@@ -583,8 +583,7 @@ int load_DHT_nodeslist(void)
|
||||
memcpy(node->ip4, TESTNET_IP, sizeof(TESTNET_IP));
|
||||
Nodes.count = 1;
|
||||
|
||||
return 0;
|
||||
|
||||
#if 0
|
||||
if (thread_data.active) {
|
||||
return -1;
|
||||
}
|
||||
@@ -607,6 +606,7 @@ int load_DHT_nodeslist(void)
|
||||
thread_data.active = false;
|
||||
return -5;
|
||||
}
|
||||
#endif
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user