Merge pull request #4833
bbda402
net: Remove MilliSleep from StopNode (Wladimir J. van der Laan)
This commit is contained in:
commit
65b529ba93
1 changed files with 0 additions and 1 deletions
|
@ -1789,7 +1789,6 @@ bool StopNode()
|
|||
if (semOutbound)
|
||||
for (int i=0; i<MAX_OUTBOUND_CONNECTIONS; i++)
|
||||
semOutbound->post();
|
||||
MilliSleep(50);
|
||||
DumpAddresses();
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue