gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -disabmiguate variable


From: gnunet
Subject: [taler-exchange] branch master updated: -disabmiguate variable
Date: Sun, 24 Sep 2023 12:48:58 +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 7cab961e -disabmiguate variable
7cab961e is described below

commit 7cab961e2d51286684dc8d12a134194f1baa9b44
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 24 12:48:52 2023 +0200

    -disabmiguate variable
---
 src/exchange/taler-exchange-httpd_batch-deposit.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd_batch-deposit.c 
b/src/exchange/taler-exchange-httpd_batch-deposit.c
index a337e35f..a8bf40d2 100644
--- a/src/exchange/taler-exchange-httpd_batch-deposit.c
+++ b/src/exchange/taler-exchange-httpd_batch-deposit.c
@@ -710,14 +710,14 @@ TEH_handler_batch_deposit (struct TEH_RequestContext *rc,
 
     /* generate regular response */
     {
-      MHD_RESULT res;
+      MHD_RESULT mhd_ret;
 
-      res = reply_batch_deposit_success (connection,
-                                         &dc);
+      mhd_ret = reply_batch_deposit_success (connection,
+                                             &dc);
       for (unsigned int j = 0; j<bd->num_cdis; j++)
         TALER_denom_sig_free (&cdis[j].coin.denom_sig);
       GNUNET_JSON_parse_free (spec);
-      return res;
+      return mhd_ret;
     }
   }
 }

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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