Browse Source

fix a comment in net.cpp

0.8
Philip Kaufmann 13 years ago
parent
commit
c95d9a9482
  1. 2
      src/net.cpp

2
src/net.cpp

@ -407,7 +407,7 @@ bool GetMyExternalIP(CNetAddr& ipRet)
void ThreadGetMyExternalIP(void* parg) void ThreadGetMyExternalIP(void* parg)
{ {
// Make this thread recognisable as the message handling thread // Make this thread recognisable as the external IP detection thread
RenameThread("bitcoin-ext-ip"); RenameThread("bitcoin-ext-ip");
CNetAddr addrLocalHost; CNetAddr addrLocalHost;

Loading…
Cancel
Save