gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: add missing 'return'


From: gnunet
Subject: [taler-merchant] branch master updated: add missing 'return'
Date: Wed, 20 Oct 2021 08:05:49 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 32fd1851 add missing 'return'
32fd1851 is described below

commit 32fd1851a40420d0784252c4b305fe13e5e45d50
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Oct 20 08:05:47 2021 +0200

    add missing 'return'
---
 src/backend/taler-merchant-httpd_post-orders-ID-pay.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c 
b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
index 88309f06..fa372fe0 100644
--- a/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
+++ b/src/backend/taler-merchant-httpd_post-orders-ID-pay.c
@@ -634,6 +634,7 @@ deposit_cb (void *cls,
       if (0 != pc->pending_at_ce)
         return; /* still more to do with current exchange */
       find_next_exchange (pc);
+      return;
     }
   default:
     GNUNET_log (GNUNET_ERROR_TYPE_WARNING,

-- 
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]