commit a6331c8eac163f4e64b109edace549639084b958 parent bc771beb23629f9251f43dfaaf76291069767773 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 2 Jan 2019 11:54:52 +0100 mark bug location Diffstat:
| M | src/exchange-lib/exchange_api_handle.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/exchange-lib/exchange_api_handle.c b/src/exchange-lib/exchange_api_handle.c @@ -456,7 +456,7 @@ parse_json_auditor (struct TALER_EXCHANGE_AuditorInformation *auditor, } if (NULL == dk) { - GNUNET_break_op (0); + GNUNET_break_op (0); /* FAILS: #5136 */ continue; } if (check_sigs)