summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-09-10 00:56:51 +0200
committerChristian Grothoff <christian@grothoff.org>2020-09-10 00:56:51 +0200
commita29e81dd6356a9897c6eb299feee80a173f60562 (patch)
treeb2a921dd458a07c399bfcfbf9a6d87145d949744 /src
parenteae91defe8edb6765fa0f998ed442d5a3c5b94b3 (diff)
downloadmerchant-a29e81dd6356a9897c6eb299feee80a173f60562.tar.gz
merchant-a29e81dd6356a9897c6eb299feee80a173f60562.tar.bz2
merchant-a29e81dd6356a9897c6eb299feee80a173f60562.zip
logic is hard
Diffstat (limited to 'src')
-rw-r--r--src/backend/taler-merchant-httpd_get-orders-ID.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_get-orders-ID.c b/src/backend/taler-merchant-httpd_get-orders-ID.c
index 91d0b174..d3fdf00b 100644
--- a/src/backend/taler-merchant-httpd_get-orders-ID.c
+++ b/src/backend/taler-merchant-httpd_get-orders-ID.c
@@ -519,7 +519,7 @@ send_pay_request (struct GetOrderData *god,
remaining = GNUNET_TIME_absolute_get_remaining (god->sc.long_poll_timeout);
if ( (0 != remaining.rel_value_us) &&
( (NULL == already_paid_order_id) ||
- (NULL != god->fulfillment_url) ) )
+ (NULL == god->fulfillment_url) ) )
{
/* long polling: do not queue a response, suspend connection instead */
suspend_god (god);