-rps api: actually call check_reply()
authorJulius Bünger <buenger@mytum.de>
Fri, 1 Jul 2016 23:38:20 +0000 (23:38 +0000)
committerJulius Bünger <buenger@mytum.de>
Fri, 1 Jul 2016 23:38:20 +0000 (23:38 +0000)
src/rps/rps_api.c

index 16a0c6c5414e92d42a7b574bedf971c7877ece3e..63eebb10351c9f03199235196604a69db63d1f5f 100644 (file)
@@ -153,6 +153,8 @@ 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,