aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_pe.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-21 15:02:08 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-21 15:02:08 +0000
commitf3d6f52b18d534c01536e7e13d6f084ffc68f22d (patch)
treeeb4c560dad335d39117ab492695b1d5a18d88756 /src/fs/gnunet-service-fs_pe.c
parentb9128ce69b899c41b989d680dbf8ea3385d551c7 (diff)
downloadgnunet-f3d6f52b18d534c01536e7e13d6f084ffc68f22d.tar.gz
gnunet-f3d6f52b18d534c01536e7e13d6f084ffc68f22d.zip
assert for cs
Diffstat (limited to 'src/fs/gnunet-service-fs_pe.c')
-rw-r--r--src/fs/gnunet-service-fs_pe.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/gnunet-service-fs_pe.c b/src/fs/gnunet-service-fs_pe.c
index 7caf373d0..00dd41f2a 100644
--- a/src/fs/gnunet-service-fs_pe.c
+++ b/src/fs/gnunet-service-fs_pe.c
@@ -245,6 +245,7 @@ schedule_peer_transmission (void *cls,
245 } 245 }
246 /* process from priority heap */ 246 /* process from priority heap */
247 rp = GNUNET_CONTAINER_heap_peek (pp->priority_heap); 247 rp = GNUNET_CONTAINER_heap_peek (pp->priority_heap);
248 GNUNET_assert (NULL != rp);
248 prd = GSF_pending_request_get_data_ (rp->pr); 249 prd = GSF_pending_request_get_data_ (rp->pr);
249 msize = GSF_pending_request_get_message_ (rp->pr, 0, NULL); 250 msize = GSF_pending_request_get_message_ (rp->pr, 0, NULL);
250 pp->pth = GSF_peer_transmit_ (pp->cp, 251 pp->pth = GSF_peer_transmit_ (pp->cp,