summaryrefslogtreecommitdiff
path: root/src/lib/auditor_api_handle.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-24 19:01:42 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-24 19:01:42 +0100
commit222cac2762353c6901351ea9fabdd7839f46b99f (patch)
treecc90b97e2df3c4d471505e5f6572dd974e6fdeaf /src/lib/auditor_api_handle.c
parent0913f346f8f44bbe9b7c817bde9d411fad74ce09 (diff)
downloadexchange-222cac2762353c6901351ea9fabdd7839f46b99f.tar.gz
exchange-222cac2762353c6901351ea9fabdd7839f46b99f.tar.bz2
exchange-222cac2762353c6901351ea9fabdd7839f46b99f.zip
make function static
Diffstat (limited to 'src/lib/auditor_api_handle.c')
-rw-r--r--src/lib/auditor_api_handle.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/lib/auditor_api_handle.c b/src/lib/auditor_api_handle.c
index 436c612be..70bf6f715 100644
--- a/src/lib/auditor_api_handle.c
+++ b/src/lib/auditor_api_handle.c
@@ -495,20 +495,10 @@ request_version (void *cls)
"Requesting auditor version with URL `%s'.\n",
vr->url);
eh = TAL_curl_easy_get (vr->url);
-#if 0
- GNUNET_assert (CURLE_OK ==
- curl_easy_setopt (eh,
- CURLOPT_VERBOSE,
- 0L));
- GNUNET_assert (CURLE_OK ==
- curl_easy_setopt (eh,
- CURLOPT_FRESH_CONNECT,
- 0L));
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (eh,
CURLOPT_TIMEOUT,
(long) 300));
-#endif
vr->job = GNUNET_CURL_job_add (auditor->ctx,
eh,
GNUNET_NO,