commit feda438d0b6e592e9c30a691e0cf0f7ae16c3007
parent a4bf5c46d314decbab9dfcf9943847cad00e0cf1
Author: Christian Grothoff <grothoff@gnunet.org>
Date: Sun, 19 Jul 2026 23:55:07 +0200
propagate error properly to client
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/lib/donau_api_csr_post.c b/src/lib/donau_api_csr_post.c
@@ -110,6 +110,8 @@ handle_csr_issue_post_finished (void *cls,
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Could not parse response from csr POST\n");
GNUNET_break_op (0);
+ csrresp.hr.http_status = 0;
+ csrresp.hr.ec = TALER_EC_GENERIC_REPLY_MALFORMED;
}
csrh->cb (csrh->cb_cls,
&csrresp);