voidret
authorChristian Grothoff <christian@grothoff.org>
Sat, 16 Jul 2011 20:35:10 +0000 (20:35 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 16 Jul 2011 20:35:10 +0000 (20:35 +0000)
src/datastore/plugin_datastore_postgres.c

index 115259dbf60bf75cda4f7f2bf83b2f6f5c68c6d7..0327018e4ba273469ff517c0edaef2f098a7c05b 100644 (file)
@@ -159,10 +159,10 @@ init_connection (struct Plugin *plugin)
 
   /* 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)
     {