aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd.c')
-rw-r--r--src/exchange/taler-exchange-httpd.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 792b73dac..a39e1032c 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -1419,13 +1419,6 @@ run (void *cls,
1419 return; 1419 return;
1420 } 1420 }
1421 if (GNUNET_OK != 1421 if (GNUNET_OK !=
1422 TEH_WIRE_init ())
1423 {
1424 global_ret = EXIT_FAILURE;
1425 GNUNET_SCHEDULER_shutdown ();
1426 return;
1427 }
1428 if (GNUNET_OK !=
1429 TEH_keys_init ()) 1422 TEH_keys_init ())
1430 { 1423 {
1431 global_ret = EXIT_FAILURE; 1424 global_ret = EXIT_FAILURE;