gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r16046 - gnunet/src/datastore
Date: Sat, 16 Jul 2011 22:35:10 +0200

Author: grothoff
Date: 2011-07-16 22:35:10 +0200 (Sat, 16 Jul 2011)
New Revision: 16046

Modified:
   gnunet/src/datastore/plugin_datastore_postgres.c
Log:
voidret

Modified: gnunet/src/datastore/plugin_datastore_postgres.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_postgres.c    2011-07-16 20:34:29 UTC 
(rev 16045)
+++ gnunet/src/datastore/plugin_datastore_postgres.c    2011-07-16 20:35:10 UTC 
(rev 16046)
@@ -159,10 +159,10 @@
 
   /* Open database and precompile statements */
   conninfo = NULL;
-  GNUNET_CONFIGURATION_get_value_string (plugin->env->cfg,
-                                        "datastore-postgres",
-                                        "CONFIG",
-                                        &conninfo);
+  (void) GNUNET_CONFIGURATION_get_value_string (plugin->env->cfg,
+                                               "datastore-postgres",
+                                               "CONFIG",
+                                               &conninfo);
   plugin->dbh = PQconnectdb (conninfo == NULL ? "" : conninfo);
   if (NULL == plugin->dbh)
     {




reply via email to

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