1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-15 13:16:35 +01:00

Fix style issues

This commit is contained in:
jfreegman
2022-06-27 19:42:38 -04:00
parent 146b00b8ca
commit 058057c64d
3 changed files with 14 additions and 3 deletions

View File

@@ -601,6 +601,7 @@ int load_DHT_nodeslist(void)
Nodes.count = 2;
#if 0
if (thread_data.active) {
return -1;
}
@@ -623,6 +624,7 @@ int load_DHT_nodeslist(void)
thread_data.active = false;
return -5;
}
#endif
return 0;