aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-25 09:45:25 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-25 09:45:25 +0000
commit406bc50fc0d5f9b9b3ec29e0916cfaa6f8e77bc3 (patch)
treedcd5680839c3e151e7af6613343c70152a301af1 /src/datacache
parente036f4cc0b3009b6d15a4a124d7c5cda3e570f6f (diff)
downloadgnunet-406bc50fc0d5f9b9b3ec29e0916cfaa6f8e77bc3.tar.gz
gnunet-406bc50fc0d5f9b9b3ec29e0916cfaa6f8e77bc3.zip
-dce
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/plugin_datacache_postgres.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c
index e05fbf2d3..3486d76dc 100644
--- a/src/datacache/plugin_datacache_postgres.c
+++ b/src/datacache/plugin_datacache_postgres.c
@@ -347,7 +347,6 @@ postgres_plugin_get (void *cls, const GNUNET_HashCode * key,
347 unsigned int i; 347 unsigned int i;
348 PGresult *res; 348 PGresult *res;
349 349
350 cnt = 0;
351 res = 350 res =
352 PQexecPrepared (plugin->dbh, (type == 0) ? "getk" : "getkt", 351 PQexecPrepared (plugin->dbh, (type == 0) ? "getk" : "getkt",
353 (type == 0) ? 1 : 2, paramValues, paramLengths, 352 (type == 0) ? 1 : 2, paramValues, paramLengths,