summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_helpers_exchange.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_helpers_exchange.c')
-rw-r--r--src/testing/testing_api_helpers_exchange.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/testing/testing_api_helpers_exchange.c b/src/testing/testing_api_helpers_exchange.c
index 86466c760..0f50aabb8 100644
--- a/src/testing/testing_api_helpers_exchange.c
+++ b/src/testing/testing_api_helpers_exchange.c
@@ -325,13 +325,6 @@ sign_keys_for_exchange (void *cls,
return GNUNET_NO;
}
if (GNUNET_OK !=
- TALER_TESTING_url_port_free (si->ec->exchange_url))
- {
- GNUNET_free (si->ec->exchange_url);
- si->ec->exchange_url = NULL;
- return GNUNET_NO;
- }
- if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg,
"auditor",
"BASE_URL",
@@ -346,12 +339,6 @@ sign_keys_for_exchange (void *cls,
return GNUNET_SYSERR;
}
if (GNUNET_OK !=
- TALER_TESTING_url_port_free (si->ec->auditor_url))
- {
- ret = GNUNET_NO;
- goto fail;
- }
- if (GNUNET_OK !=
GNUNET_CONFIGURATION_get_value_string (cfg,
"exchange",
"MASTER_PUBLIC_KEY",