From 862ed50d7db6dad591bee045a7864e8310f1fbcc Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Thu, 24 Jan 2019 17:53:10 +0100 Subject: Auditor tests. Fix double connection. --- src/lib/auditor_api_handle.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lib/auditor_api_handle.c') diff --git a/src/lib/auditor_api_handle.c b/src/lib/auditor_api_handle.c index 652566c05..dc60fc869 100644 --- a/src/lib/auditor_api_handle.c +++ b/src/lib/auditor_api_handle.c @@ -447,6 +447,9 @@ TALER_AUDITOR_connect (struct GNUNET_CURL_Context *ctx, { struct TALER_AUDITOR_Handle *auditor; + TALER_LOG_DEBUG ("Connecting to the auditor (%s)\n", + url); + auditor = GNUNET_new (struct TALER_AUDITOR_Handle); auditor->ctx = ctx; auditor->url = GNUNET_strdup (url); -- cgit v1.2.3