diff options
Diffstat (limited to 'src/bank-lib/taler-exchange-wire-gateway-client.c')
-rw-r--r-- | src/bank-lib/taler-exchange-wire-gateway-client.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/bank-lib/taler-exchange-wire-gateway-client.c b/src/bank-lib/taler-exchange-wire-gateway-client.c index 47df82a8f..f17b76561 100644 --- a/src/bank-lib/taler-exchange-wire-gateway-client.c +++ b/src/bank-lib/taler-exchange-wire-gateway-client.c @@ -179,9 +179,7 @@ credit_history_cb (void *cls, if (MHD_HTTP_OK != http_status) { if ( (MHD_HTTP_NO_CONTENT != http_status) || - (TALER_EC_NONE != ec) || - ( (MHD_HTTP_NO_CONTENT != http_status) && - (NULL == details) ) ) + (TALER_EC_NONE != ec) ) { if (0 == http_status) { @@ -294,9 +292,7 @@ debit_history_cb (void *cls, if (MHD_HTTP_OK != http_status) { if ( (MHD_HTTP_NO_CONTENT != http_status) || - (TALER_EC_NONE != ec) || - ( (MHD_HTTP_NO_CONTENT != http_status) && - (NULL == details) ) ) + (TALER_EC_NONE != ec) ) { if (0 == http_status) { |