From d40da21e905ef9f5370bcd0e693778053878fc34 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 29 May 2022 22:25:04 +0200 Subject: add batch signing support to taler-exchange-secmod-rsa --- src/exchangedb/plugin_exchangedb_postgres.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/exchangedb/plugin_exchangedb_postgres.c') diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c index d0d6ca18..77b20051 100644 --- a/src/exchangedb/plugin_exchangedb_postgres.c +++ b/src/exchangedb/plugin_exchangedb_postgres.c @@ -13874,8 +13874,8 @@ postgres_expire_purse ( return qs; GNUNET_assert (GNUNET_DB_STATUS_SUCCESS_ONE_RESULT == qs); return found - ? GNUNET_DB_STATUS_SUCCESS_ONE_RESULT - : GNUNET_DB_STATUS_SUCCESS_NO_RESULTS; + ? GNUNET_DB_STATUS_SUCCESS_ONE_RESULT + : GNUNET_DB_STATUS_SUCCESS_NO_RESULTS; } -- cgit v1.2.3