From 2140f49665ce2c6622d7f90452fbacc4ff8206f7 Mon Sep 17 00:00:00 2001 From: orignal Date: Wed, 9 Apr 2014 22:35:35 -0400 Subject: [PATCH] fixed crash --- SSU.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SSU.cpp b/SSU.cpp index efcf3a74..ac9a02b0 100644 --- a/SSU.cpp +++ b/SSU.cpp @@ -748,7 +748,7 @@ namespace ssu else { 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