-fix URI construction

This commit is contained in:
Christian Grothoff 2022-08-23 21:14:34 +02:00
parent 783d06cad6
commit 3c03c52c46
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -3221,7 +3221,7 @@ do_post_account_withdrawals_access (struct TALER_FAKEBANK_Handle *h,
wopids = GNUNET_STRINGS_data_to_string_alloc (&wo->wopid,
sizeof (wo->wopid));
GNUNET_asprintf (&uri,
"taler+http://withdraw/taler-bank-integration/%s:%u/%s",
"taler+http://withdraw/%s:%u/taler-bank-integration/%s",
h->hostname,
(unsigned int) h->port,
wopids);