From: Matthias Wachs Date: Fri, 6 Jul 2012 07:35:55 +0000 (+0000) Subject: - check did not fail over night with running peer, so it's not needed anymore X-Git-Tag: initial-import-from-subversion-38251~12624 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=58beb9e74e3dd1f67993de4aa7782fc07237da79;p=oweals%2Fgnunet.git - check did not fail over night with running peer, so it's not needed anymore --- diff --git a/src/transport/gnunet-service-transport_validation.c b/src/transport/gnunet-service-transport_validation.c index e61d1337d..49bfdd317 100644 --- a/src/transport/gnunet-service-transport_validation.c +++ b/src/transport/gnunet-service-transport_validation.c @@ -949,10 +949,6 @@ GST_validation_handle_ping (const struct GNUNET_PeerIdentity *sender, } #endif - GNUNET_assert (GNUNET_OK == GNUNET_CRYPTO_rsa_verify (GNUNET_SIGNATURE_PURPOSE_TRANSPORT_PONG_OWN, - &pong->purpose, &pong->signature, - &GST_my_public_key)); - GNUNET_assert (sender_address != NULL); /* first see if the session we got this PING from can be used to transmit