aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-18 08:35:15 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-18 08:35:15 +0000
commit2202873156947fd5f1b634347b580fe13b24f2c5 (patch)
treef5fa79efcf20118afd57a0b7e56601d5c522930e /src/datastore/plugin_datastore_sqlite.c
parentd34c5bfd6feda8af67d2d27e77ca81341ea24f41 (diff)
downloadgnunet-2202873156947fd5f1b634347b580fe13b24f2c5.tar.gz
gnunet-2202873156947fd5f1b634347b580fe13b24f2c5.zip
nodbg
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 8df925864..f63f47b52 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -29,7 +29,7 @@
29#include "plugin_datastore.h" 29#include "plugin_datastore.h"
30#include <sqlite3.h> 30#include <sqlite3.h>
31 31
32#define DEBUG_SQLITE GNUNET_YES 32#define DEBUG_SQLITE GNUNET_NO
33 33
34/** 34/**
35 * After how many payload-changing operations 35 * After how many payload-changing operations