commit a29e81dd6356a9897c6eb299feee80a173f60562
parent eae91defe8edb6765fa0f998ed442d5a3c5b94b3
Author: Christian Grothoff <christian@grothoff.org>
Date: Thu, 10 Sep 2020 00:56:51 +0200
logic is hard
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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);