projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0979109
)
-rps api: actually call check_reply()
author
Julius Bünger
<buenger@mytum.de>
Fri, 1 Jul 2016 23:38:20 +0000
(23:38 +0000)
committer
Julius Bünger
<buenger@mytum.de>
Fri, 1 Jul 2016 23:38:20 +0000
(23:38 +0000)
src/rps/rps_api.c
patch
|
blob
|
history
diff --git
a/src/rps/rps_api.c
b/src/rps/rps_api.c
index 16a0c6c5414e92d42a7b574bedf971c7877ece3e..63eebb10351c9f03199235196604a69db63d1f5f 100644
(file)
--- 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,