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: properly update 'la


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: properly update 'last' to make sanity check effective
Date: Sun, 19 Mar 2017 11:09:35 +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 ea1f2a1  properly update 'last' to make sanity check effective
ea1f2a1 is described below

commit ea1f2a1cd5fc6c9a0b4109ebf0c72a066a5dfa2b
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Mar 19 11:09:32 2017 +0100

    properly update 'last' to make sanity check effective
---
 src/exchangedb/exchangedb_fees.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/exchangedb/exchangedb_fees.c b/src/exchangedb/exchangedb_fees.c
index e3e1671..228015c 100644
--- a/src/exchangedb/exchangedb_fees.c
+++ b/src/exchangedb/exchangedb_fees.c
@@ -212,6 +212,7 @@ TALER_EXCHANGEDB_fees_write (const char *filename,
                                 af,
                                 &wd.wf);
     wd.master_sig = af->master_sig;
+    last = af;
     af = af->next;
     if (sizeof (wd) !=
         GNUNET_DISK_file_write (fh,

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



reply via email to

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