aboutsummaryrefslogtreecommitdiff
path: root/src/kyclogic/taler-exchange-kyc-tester.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-08-15 13:48:13 +0200
committerChristian Grothoff <christian@grothoff.org>2022-08-15 13:48:13 +0200
commit96265412cd15bbf44447139dca2dff1f2f871cbb (patch)
treea1366370ede8038e55665c9f88bd7ab5dc3ebf5c /src/kyclogic/taler-exchange-kyc-tester.c
parent39640c33395744bfa3679ea6923b46ef6881e315 (diff)
downloadexchange-96265412cd15bbf44447139dca2dff1f2f871cbb.tar.xz
(preliminary) work on kycaid plugin
Diffstat (limited to 'src/kyclogic/taler-exchange-kyc-tester.c')
-rw-r--r--src/kyclogic/taler-exchange-kyc-tester.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/kyclogic/taler-exchange-kyc-tester.c b/src/kyclogic/taler-exchange-kyc-tester.c
index 8801b19d4..9133b68c9 100644
--- a/src/kyclogic/taler-exchange-kyc-tester.c
+++ b/src/kyclogic/taler-exchange-kyc-tester.c
@@ -1281,6 +1281,8 @@ initiate_cb (
cmd_provider_user_id = GNUNET_strdup (provider_user_id);
if (NULL != provider_legitimization_id)
cmd_provider_legitimization_id = GNUNET_strdup (provider_legitimization_id);
+ if (! run_webservice)
+ GNUNET_SCHEDULER_shutdown ();
}