summaryrefslogtreecommitdiff
path: root/src/lib/auditor_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-03-19 16:14:01 +0100
committerChristian Grothoff <christian@grothoff.org>2020-03-19 16:14:01 +0100
commit85f603090be497aba01dd74cef844b65cc60372d (patch)
tree1a7adbbea2768c48ab375d2a0598798242abcb0e /src/lib/auditor_api_handle.c
parentef489d7fff600ac45024512d998f04bc81a5dca7 (diff)
downloadexchange-85f603090be497aba01dd74cef844b65cc60372d.tar.gz
exchange-85f603090be497aba01dd74cef844b65cc60372d.tar.bz2
exchange-85f603090be497aba01dd74cef844b65cc60372d.zip
have benchmark driver also launch auditor
Diffstat (limited to 'src/lib/auditor_api_handle.c')
-rw-r--r--src/lib/auditor_api_handle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/auditor_api_handle.c b/src/lib/auditor_api_handle.c
index 85f42c3f6..bc36fc910 100644
--- a/src/lib/auditor_api_handle.c
+++ b/src/lib/auditor_api_handle.c
@@ -470,6 +470,7 @@ request_version (void *cls)
struct VersionRequest *vr;
CURL *eh;
+ abort ();
auditor->retry_task = NULL;
GNUNET_assert (NULL == auditor->vr);
vr = GNUNET_new (struct VersionRequest);