aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-09-05 22:35:23 +0000
committerChristian Grothoff <christian@grothoff.org>2015-09-05 22:35:23 +0000
commit4c8184b2614dba788e99d82cfe7a2e36d36af0d7 (patch)
tree91a6b18c27ff56164f997a9b2cefe8689f9f58d4 /src/datastore
parent022bc4891b9eb9701f3f003eaf995e3a4731d303 (diff)
downloadgnunet-4c8184b2614dba788e99d82cfe7a2e36d36af0d7.tar.gz
gnunet-4c8184b2614dba788e99d82cfe7a2e36d36af0d7.zip
-fix
Diffstat (limited to 'src/datastore')
-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 05eb50e07..74e3495f4 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -210,7 +210,7 @@ create_indices (sqlite3 * dbh)
210#else 210#else
211#define ENULL &e 211#define ENULL &e
212#define ENULL_DEFINED 1 212#define ENULL_DEFINED 1
213#define CHECK(a) if (! a) { GNUNET_log(GNUNET_ERROR_TYPE_ERROR, "%s\n", e); sqlite3_free(e); } 213#define CHECK(a) if (! (a)) { GNUNET_log(GNUNET_ERROR_TYPE_ERROR, "%s\n", e); sqlite3_free(e); }
214#endif 214#endif
215 215
216 216