1
0
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:
jfreegman
2022-03-06 14:51:49 -05:00
parent 4d501aeb2a
commit 90152f5e17
2 changed files with 36 additions and 11 deletions

View File

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