From 7042e5164e40238f4a9bf16da24e3ff0ef48769b Mon Sep 17 00:00:00 2001 From: Julius Bünger Date: Fri, 1 Jul 2016 23:38:20 +0000 Subject: -rps api: actually call check_reply() --- src/rps/rps_api.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rps/rps_api.c b/src/rps/rps_api.c index 16a0c6c54..63eebb103 100644 --- a/src/rps/rps_api.c +++ b/src/rps/rps_api.c @@ -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, -- cgit v1.2.3