fixed crash

This commit is contained in:
orignal 2014-04-09 22:35:35 -04:00
parent e96c55bd98
commit 2140f49665

View file

@ -748,7 +748,7 @@ namespace ssu
else else
{ {
LogPrint ("SSU peer test from Alice. We are Charlie"); LogPrint ("SSU peer test from Alice. We are Charlie");
SendPeerTest (nonce, be32toh (*(uint32_t *)address), be16toh (port), introKey); // to Alice //SendPeerTest (nonce, be32toh (*(uint32_t *)address), be16toh (port), introKey); // to Alice
} }
} }
else else