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: initialize timestam


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: initialize timestamp to obviously bogus value if /admin/add/incoming failed
Date: Mon, 03 Jun 2019 11:30:42 +0200

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 96ccde10 initialize timestamp to obviously bogus value if 
/admin/add/incoming failed
96ccde10 is described below

commit 96ccde10c8be28b1a186c9506557f36c57beab7c
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jun 3 11:30:39 2019 +0200

    initialize timestamp to obviously bogus value if /admin/add/incoming failed
---
 src/bank-lib/bank_api_admin.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bank-lib/bank_api_admin.c b/src/bank-lib/bank_api_admin.c
index a70eb0ea..4a66d329 100644
--- a/src/bank-lib/bank_api_admin.c
+++ b/src/bank-lib/bank_api_admin.c
@@ -81,6 +81,7 @@ handle_admin_add_incoming_finished (void *cls,
   const json_t *j = response;
 
   aai->job = NULL;
+  timestamp = GNUNET_TIME_UNIT_FOREVER_ABS;
   switch (response_code)
   {
   case 0:

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



reply via email to

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