From 25618c561e55fb82ab2b3701a4e207106300711f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 10 Oct 2016 16:54:37 +0200 Subject: check dbinit return value to not fail hard if DB not available --- src/exchangedb/plugin_exchangedb_postgres.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/exchangedb') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index 72320d6e5..c53b0a25d 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -180,7 +180,6 @@ connect_to_postgres (struct PostgresClosure *pc) { TALER_LOG_ERROR ("Database connection failed: %s\n", PQerrorMessage (conn)); - GNUNET_break (0); return NULL; } PQsetNoticeReceiver (conn, -- cgit v1.2.3