aboutsummaryrefslogtreecommitdiff
path: root/src/rps
diff options
context:
space:
mode:
authorJulius Bünger <buenger@mytum.de>2016-07-01 23:38:20 +0000
committerJulius Bünger <buenger@mytum.de>2016-07-01 23:38:20 +0000
commit7042e5164e40238f4a9bf16da24e3ff0ef48769b (patch)
treeb323c637ce7ac87ee90c7565059bc6ae08ed4490 /src/rps
parent09791098c4d770e65fdc401f5c3ad1a59fc8e3c9 (diff)
downloadgnunet-7042e5164e40238f4a9bf16da24e3ff0ef48769b.tar.gz
gnunet-7042e5164e40238f4a9bf16da24e3ff0ef48769b.zip
-rps api: actually call check_reply()
Diffstat (limited to 'src/rps')
-rw-r--r--src/rps/rps_api.c2
1 files changed, 2 insertions, 0 deletions
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,
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
156 /* Give the peers back */ 158 /* Give the peers back */
157 id = ntohl (msg->id); 159 id = ntohl (msg->id);
158 LOG (GNUNET_ERROR_TYPE_DEBUG, 160 LOG (GNUNET_ERROR_TYPE_DEBUG,