aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2009-07-24 22:04:41 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2009-07-24 22:04:41 +0000
commit7879ea71c71d301162ab406cc7748237ec85bcc8 (patch)
treee2649865fbff3e7cbb2e85e381a6268b9aa01e0d /src/datastore/plugin_datastore_sqlite.c
parentca53ff1cce8302d056c24a71b2d2f02a59313c7a (diff)
quota management and better name for NO_TASK'
' git-svn-id: https://gnunet.org/svn/gnunet@8773 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index ce92d38821..9a807463a2 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -632,7 +632,7 @@ sqlite_next_request (void *next_cls,
if (GNUNET_YES == end_it)
nc->end_it = GNUNET_YES;
GNUNET_SCHEDULER_add_continuation (nc->plugin->env->sched,
- GNUNET_NO,
+ GNUNET_NO,
&sqlite_next_request_cont,
nc,
GNUNET_SCHEDULER_REASON_PREREQ_DONE);