[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r14009 - gnunet/src/datacache
From: |
gnunet |
Subject: |
[GNUnet-SVN] r14009 - gnunet/src/datacache |
Date: |
Tue, 21 Dec 2010 17:24:39 +0100 |
Author: grothoff
Date: 2010-12-21 17:24:39 +0100 (Tue, 21 Dec 2010)
New Revision: 14009
Modified:
gnunet/src/datacache/plugin_datacache_postgres.c
Log:
cleaner
Modified: gnunet/src/datacache/plugin_datacache_postgres.c
===================================================================
--- gnunet/src/datacache/plugin_datacache_postgres.c 2010-12-21 16:23:14 UTC
(rev 14008)
+++ gnunet/src/datacache/plugin_datacache_postgres.c 2010-12-21 16:24:39 UTC
(rev 14009)
@@ -170,8 +170,8 @@
(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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r14009 - gnunet/src/datacache,
gnunet <=