finish cleanup of /refresh/link parsing, trivial this time
This commit is contained in:
parent
9ee6c66d86
commit
27303e320a
@ -986,11 +986,7 @@ TALER_MINT_handler_refresh_link (struct RequestHandler *rh,
|
|||||||
&coin_pub,
|
&coin_pub,
|
||||||
sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey));
|
sizeof (struct GNUNET_CRYPTO_EcdsaPublicKey));
|
||||||
if (GNUNET_SYSERR == res)
|
if (GNUNET_SYSERR == res)
|
||||||
{
|
|
||||||
// FIXME: return 'internal error'
|
|
||||||
GNUNET_break (0);
|
|
||||||
return MHD_NO;
|
return MHD_NO;
|
||||||
}
|
|
||||||
if (GNUNET_OK != res)
|
if (GNUNET_OK != res)
|
||||||
return MHD_YES;
|
return MHD_YES;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user