commit 9bbb81bbe187388abc3027833e3cd2690a637765
parent ae71def791e592482b7b8078c45f3476633ab1cc
Author: Christian Grothoff <christian@grothoff.org>
Date: Fri, 26 Sep 2025 19:43:17 +0200
note on case
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_private-post-donau-instance.c b/src/backend/taler-merchant-httpd_private-post-donau-instance.c
@@ -182,7 +182,7 @@ donau_charity_get_cb (void *cls,
"insert_donau_instance");
break;
case GNUNET_DB_STATUS_SUCCESS_NO_RESULTS:
- /* presumably idempotent, no need to notify, but still respond */
+ /* presumably idempotent + concurrent, no need to notify, but still respond */
pdc->http_status = MHD_HTTP_NO_CONTENT;
pdc->response = MHD_create_response_from_buffer_static (0,
NULL);