aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/datastore_api.c')
-rw-r--r--src/datastore/datastore_api.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/datastore/datastore_api.c b/src/datastore/datastore_api.c
index 9738588a7..65c14f673 100644
--- a/src/datastore/datastore_api.c
+++ b/src/datastore/datastore_api.c
@@ -477,6 +477,10 @@ make_queue_entry (struct GNUNET_DATASTORE_Handle *h,
477 GNUNET_CONTAINER_DLL_insert (h->queue_head, 477 GNUNET_CONTAINER_DLL_insert (h->queue_head,
478 h->queue_tail, 478 h->queue_tail,
479 pos); 479 pos);
480 GNUNET_STATISTICS_update (h->stats,
481 gettext_noop ("# Requests dropped from datastore queue"),
482 1,
483 GNUNET_NO);
480 pos->response_proc (h, NULL); 484 pos->response_proc (h, NULL);
481 break; 485 break;
482 } 486 }