summaryrefslogtreecommitdiff
path: root/src/exchangedb
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-10-10 16:54:37 +0200
committerChristian Grothoff <christian@grothoff.org>2016-10-10 16:54:37 +0200
commit25618c561e55fb82ab2b3701a4e207106300711f (patch)
tree7b06f0989dfa5ba1ce7f22e28952c1a79c706266 /src/exchangedb
parent808dc10bf4c0bffda06a2f617f361a0c2ea7ef58 (diff)
downloadexchange-25618c561e55fb82ab2b3701a4e207106300711f.tar.gz
exchange-25618c561e55fb82ab2b3701a4e207106300711f.tar.bz2
exchange-25618c561e55fb82ab2b3701a4e207106300711f.zip
check dbinit return value to not fail hard if DB not available
Diffstat (limited to 'src/exchangedb')
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c1
1 files changed, 0 insertions, 1 deletions
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,