From 2e3ffb2d8234b12314d3e48a44e3e1cdfdaec182 Mon Sep 17 00:00:00 2001 From: Pieter Wuille Date: Fri, 28 Sep 2012 21:50:04 +0200 Subject: Remove stack randomization --- src/irc.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/irc.cpp') diff --git a/src/irc.cpp b/src/irc.cpp index 6991e6ee7..2f3fcc386 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -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"); -- cgit v1.2.3