donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit fdd9f6916736aec143fc82039121b4603c6363df
parent 576e5b2d865eef36e04aa66458732ba02d685616
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date:   Thu, 18 Jan 2024 10:51:06 +0100

src makefile

Diffstat:
Msrc/Makefile.am | 2+-
Msrc/lib/donau_api_handle.c | 2--
2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am @@ -14,7 +14,7 @@ SUBDIRS = \ json \ pq \ donaudb \ - #donau \ + donau \ lib \ donau-tools \ testing diff --git a/src/lib/donau_api_handle.c b/src/lib/donau_api_handle.c @@ -589,8 +589,6 @@ 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",