commit d8548258abb712014668bc6077a625f9c0309148 parent 6fbf4497b5b44d44a6bb35dfd2fef36eef78d0a3 Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch> Date: Wed, 22 May 2024 15:49:52 +0200 small changes Diffstat:
| M | src/testing/testing_api_cmd_issue_receipts.c | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/testing/testing_api_cmd_issue_receipts.c b/src/testing/testing_api_cmd_issue_receipts.c @@ -253,11 +253,11 @@ cs_stage_two_callback ( /* ignore multiple callbacks from the same csr request by checking if the corresponding blinded message is already initialized */ - if (NULL != blinded_udi->blinded_message) - { - // FIXME: this should not happen. - return; - } +// if (NULL != blinded_udi->blinded_message) +// { +// // FIXME: this should not happen. +// return; +// } if (csrresp->hr.http_status != MHD_HTTP_CREATED) {