commit df92f19c37d549e4c62df39c63236715b270d97d
parent d12751ae09fc7a4519e289bd08026a928b728539
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 29 Jun 2026 23:41:48 +0200
no verbose without debug mode
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/kyclogic/plugin_kyclogic_oauth2.c b/src/kyclogic/plugin_kyclogic_oauth2.c
@@ -1703,10 +1703,12 @@ oauth2_proof (void *cls,
curl_easy_setopt (ph->eh,
CURLOPT_URL,
pd->token_url));
+#if DEBUG
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (ph->eh,
CURLOPT_VERBOSE,
1));
+#endif
GNUNET_assert (CURLE_OK ==
curl_easy_setopt (ph->eh,
CURLOPT_POST,