aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-09-27 14:44:12 +0000
committerJulius Bünger <buenger@mytum.de>2016-09-27 14:44:12 +0000
commitd8adc612eea2b4aa5304ac662af54538aba8c4bf (patch)
tree28631728238201bd8c45572978607850ca34414e
parent7b9c1c6dade3f628e67abb8142ea8024666e8c94 (diff)
downloadgnunet-d8adc612eea2b4aa5304ac662af54538aba8c4bf.tar.gz
gnunet-d8adc612eea2b4aa5304ac662af54538aba8c4bf.zip
-rps api: remove superfluous call to check_repy()
-rw-r--r--src/rps/rps_api.c2
1 files changed, 0 insertions, 2 deletions
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,
153 struct GNUNET_RPS_Request_Handle *rh; 153 struct GNUNET_RPS_Request_Handle *rh;
154 uint32_t id; 154 uint32_t id;
155 155
156 check_reply (NULL, msg);
157
158 /* Give the peers back */ 156 /* Give the peers back */
159 id = ntohl (msg->id); 157 id = ntohl (msg->id);
160 LOG (GNUNET_ERROR_TYPE_DEBUG, 158 LOG (GNUNET_ERROR_TYPE_DEBUG,