summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/exchange/taler-exchange-httpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 426c48655..6f021d726 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -1086,8 +1086,8 @@ main (int argc,
}
/* initialize #internal_key_state with an RC of 1 */
- if (GNUNET_OK ==
- TEH_KS_init ())
+ ret = TEH_KS_init ();
+ if (GNUNET_OK == ret)
{
#if HAVE_DEVELOPER
if (NULL != input_filename)