diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-15 11:14:11 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-15 11:14:11 +0100 |
commit | 3fa213e41e82a93f8f5c5cd59b599ff78d0acc3a (patch) | |
tree | 6e208ac8cfaa376782d9703088e1029c94520d86 /src/lib/auditor_api_handle.c | |
parent | b1b0465f5424d4386fafc4af53fcf420ac68ca78 (diff) |
fix test issues
Diffstat (limited to 'src/lib/auditor_api_handle.c')
-rw-r--r-- | src/lib/auditor_api_handle.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/auditor_api_handle.c b/src/lib/auditor_api_handle.c index a3264c020..f1df204cb 100644 --- a/src/lib/auditor_api_handle.c +++ b/src/lib/auditor_api_handle.c @@ -412,6 +412,7 @@ MAH_path_to_url (struct TALER_AUDITOR_Handle *h, /** * Obtain the URL to use for an API request. + * FIXME: duplicates TEAH_path_to_url2, and likely also logic in util! * * @param base_url base URL of the auditor (i.e. "http://auditor/") * @param path Taler API path (i.e. "/deposit-confirmation") |