diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-09-23 13:42:04 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-09-23 13:42:04 +0200 |
| commit | 0961c2fc0d0f9d8a0dee46f8e2020ac479d5b997 (patch) | |
| tree | 94e89c52d16c031ba12017bfa56d51e5bd9d1b33 /src/net.cpp | |
| parent | show balance in sendcoins screen (issue #24) (diff) | |
| parent | Merge pull request #527 from TheBlueMatt/gitian-downloader (diff) | |
| download | discoin-0961c2fc0d0f9d8a0dee46f8e2020ac479d5b997.tar.xz discoin-0961c2fc0d0f9d8a0dee46f8e2020ac479d5b997.zip | |
Merge branch 'master' of https://github.com/bitcoin/bitcoin
Diffstat (limited to 'src/net.cpp')
| -rw-r--r-- | src/net.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index 509d8905f..2e257a6ef 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -1713,7 +1713,7 @@ void StartNode(void* parg) printf("Error: CreateThread(ThreadIRCSeed) failed\n"); // Send and receive from sockets, accept connections - CreateThread(ThreadSocketHandler, NULL, true); + CreateThread(ThreadSocketHandler, NULL); // Initiate outbound connections if (!CreateThread(ThreadOpenConnections, NULL)) |