add break_op assertion

This commit is contained in:
Florian Dold 2020-01-18 17:08:14 +01:00
parent 47deacaa15
commit d4abdb7a28
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -151,6 +151,7 @@ handle_history_finished (void *cls,
switch (response_code)
{
case 0:
GNUNET_break_op (0);
ec = TALER_EC_INVALID_RESPONSE;
break;
case MHD_HTTP_OK: