Remove stack randomization

This commit is contained in:
Pieter Wuille
2012-09-28 21:50:04 +02:00
parent 842a31ad1b
commit 2e3ffb2d82
5 changed files with 0 additions and 36 deletions

View File

@@ -188,8 +188,6 @@ bool GetIPFromIRC(SOCKET hSocket, string strMyName, CNetAddr& ipRet)
void ThreadIRCSeed(void* parg)
{
IMPLEMENT_RANDOMIZE_STACK(ThreadIRCSeed(parg));
// Make this thread recognisable as the IRC seeding thread
RenameThread("bitcoin-ircseed");