summaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_check-payment.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/taler-merchant-httpd_check-payment.c')
-rw-r--r--src/backend/taler-merchant-httpd_check-payment.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/taler-merchant-httpd_check-payment.c b/src/backend/taler-merchant-httpd_check-payment.c
index 66b4941e..bb5384d1 100644
--- a/src/backend/taler-merchant-httpd_check-payment.c
+++ b/src/backend/taler-merchant-httpd_check-payment.c
@@ -194,7 +194,8 @@ send_pay_request (struct CheckPaymentRequestContext *cprc)
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
"Suspending /check-payment on key %s\n",
GNUNET_h2s (&cprc->sc.key));
- TMH_long_poll_suspend (&cprc->sc);
+ TMH_long_poll_suspend (&cprc->sc,
+ NULL);
return MHD_YES;
}