commit c3ad2ec6c34c422da2122355c4f88e23a93ad998
parent 3045c0f1cfb2953847b266cc3217cc43a33a708c
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Tue, 16 Jan 2024 16:07:15 +0100
[lib] fix url
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/lib/donau_api_handle.c b/src/lib/donau_api_handle.c
@@ -589,6 +589,8 @@ DONAU_get_keys (
gkh->cert_cb_cls = cert_cb_cls;
gkh->url = TALER_url_join (url,
"keys",
+ NULL,
+ NULL,
NULL);
// GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
// "Requesting keys with URL `%s'.\n",