-rps api: remove superfluous call to check_repy()
authorJulius Bünger <buenger@mytum.de>
Tue, 27 Sep 2016 14:44:12 +0000 (14:44 +0000)
committerJulius Bünger <buenger@mytum.de>
Tue, 27 Sep 2016 14:44:12 +0000 (14:44 +0000)
src/rps/rps_api.c

index c04056c58691987cb4bcb96592b862669135790b..012b368325e61fbb151e1df78b45ad26e8b0694b 100644 (file)
@@ -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,