fix pnseed
authoralexhz <balthazar@yandex.ru>
Sun, 10 Feb 2013 15:27:34 +0000 (15:27 +0000)
committeralexhz <balthazar@yandex.ru>
Sun, 10 Feb 2013 15:27:34 +0000 (15:27 +0000)
src/net.cpp

index 6cf5347..0cc2350 100644 (file)
@@ -1050,7 +1050,7 @@ void ThreadDNSAddressSeed2(void* parg)
 
 unsigned int pnSeed[] =
 {
-    0x0x90EF78BC,
+    0x90EF78BC,
 };
 
 void DumpAddresses()