aboutsummaryrefslogtreecommitdiff
path: root/src/rps/rps_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rps/rps_api.c')
-rw-r--r--src/rps/rps_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rps/rps_api.c b/src/rps/rps_api.c
index bce567678..cfab06f17 100644
--- a/src/rps/rps_api.c
+++ b/src/rps/rps_api.c
@@ -854,6 +854,7 @@ GNUNET_RPS_request_cancel (struct GNUNET_RPS_Request_Handle *rh)
854 struct GNUNET_RPS_Handle *h; 854 struct GNUNET_RPS_Handle *h;
855 855
856 h = rh->rps_handle; 856 h = rh->rps_handle;
857 GNUNET_assert (NULL != rh);
857 GNUNET_assert (NULL != rh->srh); 858 GNUNET_assert (NULL != rh->srh);
858 remove_stream_request (rh->srh, 859 remove_stream_request (rh->srh,
859 h->stream_requests_head, 860 h->stream_requests_head,