commit d8adc612eea2b4aa5304ac662af54538aba8c4bf
parent 7b9c1c6dade3f628e67abb8142ea8024666e8c94
Author: Julius Bünger <buenger@mytum.de>
Date: Tue, 27 Sep 2016 14:44:12 +0000
-rps api: remove superfluous call to check_repy()
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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,