Merge commit '65ba3e2f5024e1e38e119a0c25d5fc30c896cd65' into 0.4.x

This commit is contained in:
Luke Dashjr
2011-10-05 11:06:55 -04:00

View File

@@ -1713,7 +1713,8 @@ void StartNode(void* parg)
printf("Error: CreateThread(ThreadIRCSeed) failed\n");
// Send and receive from sockets, accept connections
CreateThread(ThreadSocketHandler, NULL);
if (!CreateThread(ThreadSocketHandler, NULL))
printf("Error: CreateThread(ThreadSocketHandler) failed\n");
// Initiate outbound connections
if (!CreateThread(ThreadOpenConnections, NULL))