diff options
author | Julius Bünger <buenger@mytum.de> | 2016-09-27 14:44:12 +0000 |
---|---|---|
committer | Julius Bünger <buenger@mytum.de> | 2016-09-27 14:44:12 +0000 |
commit | d8adc612eea2b4aa5304ac662af54538aba8c4bf (patch) | |
tree | 28631728238201bd8c45572978607850ca34414e /src/rps/rps_api.c | |
parent | 7b9c1c6dade3f628e67abb8142ea8024666e8c94 (diff) |
-rps api: remove superfluous call to check_repy()
Diffstat (limited to 'src/rps/rps_api.c')
-rw-r--r-- | src/rps/rps_api.c | 2 |
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, 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, |