gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14648 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r14648 - gnunet/src/datastore
Date: Tue, 15 Mar 2011 11:00:14 +0100

Author: grothoff
Date: 2011-03-15 11:00:14 +0100 (Tue, 15 Mar 2011)
New Revision: 14648

Modified:
   gnunet/src/datastore/plugin_datastore_postgres.c
Log:
help static analysis

Modified: gnunet/src/datastore/plugin_datastore_postgres.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_postgres.c    2011-03-14 20:23:08 UTC 
(rev 14647)
+++ gnunet/src/datastore/plugin_datastore_postgres.c    2011-03-15 10:00:14 UTC 
(rev 14648)
@@ -350,8 +350,8 @@
                       (ret,
                        PG_DIAG_SQLSTATE)))))
     {
-      check_result (plugin,
-                   ret, PGRES_COMMAND_OK, "CREATE TABLE", "gn090", __LINE__);
+      (void) check_result (plugin,
+                          ret, PGRES_COMMAND_OK, "CREATE TABLE", "gn090", 
__LINE__);
       PQfinish (plugin->dbh);
       plugin->dbh = NULL;
       return GNUNET_SYSERR;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]