summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-10-20 08:05:47 +0200
committerChristian Grothoff <christian@grothoff.org>2021-10-20 08:05:47 +0200
commit32fd1851a40420d0784252c4b305fe13e5e45d50 (patch)
treee1afabd91adb177d97a5d920c628192ae0993c44 /src
parent998d22d4cb17fbb4f9ba80181f178f22f58faa2c (diff)
downloadmerchant-32fd1851a40420d0784252c4b305fe13e5e45d50.tar.gz
merchant-32fd1851a40420d0784252c4b305fe13e5e45d50.tar.bz2
merchant-32fd1851a40420d0784252c4b305fe13e5e45d50.zip
add missing 'return'
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd_post-orders-ID-pay.c1
1 files changed, 1 insertions, 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
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,