gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: Fix return code che


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: Fix return code check.
Date: Mon, 03 Jun 2019 18:21:46 +0200

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 60549a69 Fix return code check.
60549a69 is described below

commit 60549a69c794106e1d1ceae249488542c53b68c3
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Jun 3 18:21:04 2019 +0200

    Fix return code check.
---
 src/lib/exchange_api_handle.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/exchange_api_handle.c b/src/lib/exchange_api_handle.c
index ca4c13da..f792e89d 100644
--- a/src/lib/exchange_api_handle.c
+++ b/src/lib/exchange_api_handle.c
@@ -1681,8 +1681,8 @@ TALER_EXCHANGE_serialize_data
       GNUNET_break (0);
       continue;
     }
-    if (0 == json_array_append_new (denoms,
-                                    denom))
+    if (0 != json_array_append_new (denoms,
+                                     denom))
     {
       GNUNET_break (0);
       json_decref (denom);

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



reply via email to

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