gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-exchange] tag demo-2019-08-31-00 updated (000d25c7 -


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] tag demo-2019-08-31-00 updated (000d25c7 -> 34652f45)
Date: Sat, 31 Aug 2019 21:19:38 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a change to tag demo-2019-08-31-00
in repository exchange.

*** WARNING: tag demo-2019-08-31-00 was modified! ***

    from 000d25c7 (commit)
      to 34652f45 (commit)
    from 000d25c7 error code
     add 34652f45 don't mark auditor as 'up' when version request failed

No new revisions were added by this update.

Summary of changes:
 src/lib/exchange_api_handle.c | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index d0777dc0..bbe5f45a 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -672,6 +672,15 @@ auditor_version_cb
 {
   struct TEAH_AuditorListEntry *ale = cls;
 
+  if (NULL == vi)
+  {
+    /* In this case, we don't mark the auditor as 'up' */
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                _ ("Auditor `%s' gave unexpected version response.\n"),
+                ale->auditor_url);
+    return;
+  }
+
   if (0 != (TALER_AUDITOR_VC_INCOMPATIBLE & compat))
   {
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]