net.cpp: Do not change primary process name from (default) to "bitcoin-start"

Discussed a bit on IRC.
This commit is contained in:
Jeff Garzik 2013-04-08 22:02:57 -04:00 committed by Jeff Garzik
parent f49992d983
commit 1483aac5f9
1 changed files with 0 additions and 3 deletions

View File

@ -1763,9 +1763,6 @@ void static Discover()
void StartNode(boost::thread_group& threadGroup)
{
// Make this thread recognisable as the startup thread
RenameThread("bitcoin-start");
if (semOutbound == NULL) {
// initialize semaphore
int nMaxOutbound = min(MAX_OUTBOUND_CONNECTIONS, (int)GetArg("-maxconnections", 125));