aboutsummaryrefslogtreecommitdiff
path: root/src/backend/taler-merchant-httpd_exchanges.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-01-30 15:49:43 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2019-01-30 15:49:43 +0100
commit266186aaed900d9e51e614bdba06ea5d04d366eb (patch)
tree25531a5d782bee43ecf45d7c2faae857e6e55d3b /src/backend/taler-merchant-httpd_exchanges.c
parent9b683b2ed823e879bf2345cb62204277b1af87dc (diff)
fix compiler warnings/errors.
Diffstat (limited to 'src/backend/taler-merchant-httpd_exchanges.c')
-rw-r--r--src/backend/taler-merchant-httpd_exchanges.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/taler-merchant-httpd_exchanges.c b/src/backend/taler-merchant-httpd_exchanges.c
index 880f7026..b8c9be04 100644
--- a/src/backend/taler-merchant-httpd_exchanges.c
+++ b/src/backend/taler-merchant-httpd_exchanges.c
@@ -753,6 +753,7 @@ keys_mgmt_cb (void *cls,
}
}
expire = TALER_EXCHANGE_check_keys_current (exchange->conn,
+ GNUNET_NO,
GNUNET_NO);
if (0 == expire.abs_value_us)
delay = RELOAD_DELAY;