commit 32fd1851a40420d0784252c4b305fe13e5e45d50
parent 998d22d4cb17fbb4f9ba80181f178f22f58faa2c
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 20 Oct 2021 08:05:47 +0200
add missing 'return'
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git 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,