aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-12-20 12:45:16 +0100
committerChristian Grothoff <christian@grothoff.org>2022-12-20 12:45:16 +0100
commitaa59b125f21f2a8ec224d6ac46da9f442d9bb0f5 (patch)
tree49b515d7bcc7b96b39ad9b2ae6ba2c024320457c /src
parent55316ec9ff977c5e8505f640a089c30d65788758 (diff)
downloadexchange-aa59b125f21f2a8ec224d6ac46da9f442d9bb0f5.tar.xz
-add missing break
Diffstat (limited to 'src')
-rw-r--r--src/exchange/taler-exchange-wirewatch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
index d7f66d1a8..b528d270a 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -1071,6 +1071,7 @@ history_cb (void *cls,
reply->details.success.details_length);
break;
}
+ break;
case MHD_HTTP_NO_CONTENT:
transaction_completed ();
return;