aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-12-21 16:24:39 +0000
committerChristian Grothoff <christian@grothoff.org>2010-12-21 16:24:39 +0000
commitaaf6af14b8466a19d3ea13726f2452130f741103 (patch)
tree6393d3a2b371c2750541674ea80aa85e3c8ab9f0 /src/datacache
parent3051850f341a640d5cbbd8c9d66c7030e0d7328e (diff)
downloadgnunet-aaf6af14b8466a19d3ea13726f2452130f741103.tar.gz
gnunet-aaf6af14b8466a19d3ea13726f2452130f741103.zip
cleaner
Diffstat (limited to 'src/datacache')
-rw-r--r--src/datacache/plugin_datacache_postgres.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c
index 221409ac7..e391469fd 100644
--- a/src/datacache/plugin_datacache_postgres.c
+++ b/src/datacache/plugin_datacache_postgres.c
@@ -170,8 +170,8 @@ init_connection (struct Plugin *plugin)
170 (ret, 170 (ret,
171 PG_DIAG_SQLSTATE))))) 171 PG_DIAG_SQLSTATE)))))
172 { 172 {
173 check_result (plugin, 173 (void) check_result (plugin,
174 ret, PGRES_COMMAND_OK, "CREATE TABLE", "gn090dc", __LINE__); 174 ret, PGRES_COMMAND_OK, "CREATE TABLE", "gn090dc", __LINE__);
175 PQfinish (plugin->dbh); 175 PQfinish (plugin->dbh);
176 plugin->dbh = NULL; 176 plugin->dbh = NULL;
177 return GNUNET_SYSERR; 177 return GNUNET_SYSERR;