aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,