From: Julius Bünger Date: Tue, 27 Sep 2016 14:44:12 +0000 (+0000) Subject: -rps api: remove superfluous call to check_repy() X-Git-Tag: initial-import-from-subversion-38251~188 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d8adc612eea2b4aa5304ac662af54538aba8c4bf;p=oweals%2Fgnunet.git -rps api: remove superfluous call to check_repy() --- diff --git a/src/rps/rps_api.c b/src/rps/rps_api.c index c04056c58..012b36832 100644 --- a/src/rps/rps_api.c +++ b/src/rps/rps_api.c @@ -153,8 +153,6 @@ handle_reply (void *cls, struct GNUNET_RPS_Request_Handle *rh; uint32_t id; - check_reply (NULL, msg); - /* Give the peers back */ id = ntohl (msg->id); LOG (GNUNET_ERROR_TYPE_DEBUG,