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 value ch


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: fix return value check
Date: Tue, 14 Feb 2017 13:24:58 +0100

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 5b3f346  fix return value check
5b3f346 is described below

commit 5b3f346ae13001a92b61fb6d95f0f79c1fb03a29
Author: Christian Grothoff <address@hidden>
AuthorDate: Tue Feb 14 13:25:44 2017 +0100

    fix return value check
---
 src/exchange-tools/taler-exchange-keyup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange-tools/taler-exchange-keyup.c 
b/src/exchange-tools/taler-exchange-keyup.c
index 9e2500d..7680173 100644
--- a/src/exchange-tools/taler-exchange-keyup.c
+++ b/src/exchange-tools/taler-exchange-keyup.c
@@ -818,7 +818,7 @@ exchange_keys_update_cointype (void *cls,
       return;
     }
     if ( (NULL != auditor_output_file) &&
-         (sizeof (denomkey_issue.issue.properties) !=
+         (1 !=
           fwrite (&denomkey_issue.issue.properties,
                   sizeof (struct TALER_DenominationKeyValidityPS),
                   1,

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



reply via email to

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