aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-11 23:07:45 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-11 23:07:45 +0000
commit7c142e494d959efe036eb1d3d353265472f01039 (patch)
tree8cfd7a275dca9a81f16a47eb36dd870cc1b1a8e3 /src/datastore
parent5e1483242d9cdb52907029ce15d5cfc23c57c5e5 (diff)
downloadgnunet-7c142e494d959efe036eb1d3d353265472f01039.tar.gz
gnunet-7c142e494d959efe036eb1d3d353265472f01039.zip
dead
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index 8719d4850..2218fffc3 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -1287,7 +1287,6 @@ GNUNET_DATASTORE_get_next (struct GNUNET_DATASTORE_Handle *h,
1287 struct GNUNET_DATASTORE_QueueEntry *qe = h->queue_head; 1287 struct GNUNET_DATASTORE_QueueEntry *qe = h->queue_head;
1288 struct ResultContext rc = qe->qc.rc; 1288 struct ResultContext rc = qe->qc.rc;
1289 1289
1290 GNUNET_assert (NULL != qe);
1291 GNUNET_assert (&process_result_message == qe->response_proc); 1290 GNUNET_assert (&process_result_message == qe->response_proc);
1292 if (GNUNET_YES == more) 1291 if (GNUNET_YES == more)
1293 { 1292 {