diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-04-17 12:22:36 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-04-17 12:22:36 +0200 |
commit | cdd1091bf11627e91ad9de366a3f8e83a111931c (patch) | |
tree | 94c6abb06bb9cd3622c2e33c688e482e040c6a3e /src/backend/taler-merchant-httpd_exchanges.c | |
parent | 135a9a2faba3abd77221572ed2662a0743e37f6e (diff) | |
parent | 38c85d80d09564b58c51f2b4771efa17fe2cdcf6 (diff) |
Merge branch 'master' of ssh://taler.net:/var/git/merchant
Diffstat (limited to 'src/backend/taler-merchant-httpd_exchanges.c')
-rw-r--r-- | src/backend/taler-merchant-httpd_exchanges.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c index d2854721..fb7bb3ad 100644 --- a/src/backend/taler-merchant-httpd_exchanges.c +++ b/src/backend/taler-merchant-httpd_exchanges.c @@ -487,7 +487,10 @@ TMH_EXCHANGES_init (const struct GNUNET_CONFIGURATION_Handle *cfg) ctx = TALER_EXCHANGE_init (); if (NULL == ctx) + { + GNUNET_break (0); return GNUNET_SYSERR; + } GNUNET_CONFIGURATION_iterate_sections (cfg, &parse_exchanges, (void *) cfg); |