-add missing break

This commit is contained in:
Christian Grothoff 2022-12-20 12:45:16 +01:00
parent 55316ec9ff
commit aa59b125f2
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1071,6 +1071,7 @@ history_cb (void *cls,
reply->details.success.details_length);
break;
}
break;
case MHD_HTTP_NO_CONTENT:
transaction_completed ();
return;