diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-12-21 16:24:39 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-12-21 16:24:39 +0000 |
commit | aaf6af14b8466a19d3ea13726f2452130f741103 (patch) | |
tree | 6393d3a2b371c2750541674ea80aa85e3c8ab9f0 /src/datacache/plugin_datacache_postgres.c | |
parent | 3051850f341a640d5cbbd8c9d66c7030e0d7328e (diff) |
cleaner
Diffstat (limited to 'src/datacache/plugin_datacache_postgres.c')
-rw-r--r-- | src/datacache/plugin_datacache_postgres.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datacache/plugin_datacache_postgres.c b/src/datacache/plugin_datacache_postgres.c index 221409ac72..e391469fd1 100644 --- a/src/datacache/plugin_datacache_postgres.c +++ b/src/datacache/plugin_datacache_postgres.c @@ -170,8 +170,8 @@ init_connection (struct Plugin *plugin) (ret, PG_DIAG_SQLSTATE))))) { - check_result (plugin, - ret, PGRES_COMMAND_OK, "CREATE TABLE", "gn090dc", __LINE__); + (void) check_result (plugin, + ret, PGRES_COMMAND_OK, "CREATE TABLE", "gn090dc", __LINE__); PQfinish (plugin->dbh); plugin->dbh = NULL; return GNUNET_SYSERR; |