diff options
author | Christian Grothoff <christian@grothoff.org> | 2019-01-02 11:54:52 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2019-01-02 11:54:52 +0100 |
commit | a6331c8eac163f4e64b109edace549639084b958 (patch) | |
tree | 8d6dc77f56e52098c01b6fae27a5603f6448bb00 /src/exchange-lib/exchange_api_handle.c | |
parent | bc771beb23629f9251f43dfaaf76291069767773 (diff) |
mark bug location
Diffstat (limited to 'src/exchange-lib/exchange_api_handle.c')
-rw-r--r-- | src/exchange-lib/exchange_api_handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/exchange_api_handle.c b/src/exchange-lib/exchange_api_handle.c index 6d3f441c8..f88d889dd 100644 --- 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) |