summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.c
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2020-01-15 14:34:13 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2020-01-15 14:34:35 +0100
commitd822035216d9ad33665a2f8274432918ca7d42be (patch)
tree6534cd7ed8bf3b5d1268a4eac93fc2b052635178 /src/exchange/taler-exchange-httpd_db.c
parent0c37bb0f906b61e8484be61abddce58b729575eb (diff)
downloadexchange-d822035216d9ad33665a2f8274432918ca7d42be.tar.gz
exchange-d822035216d9ad33665a2f8274432918ca7d42be.tar.bz2
exchange-d822035216d9ad33665a2f8274432918ca7d42be.zip
Remove preflight checks where redundant.
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c
index 19781f97f..be7a0300b 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -108,8 +108,6 @@ TEH_DB_run_transaction (struct MHD_Connection *connection,
"could not establish database session");
return GNUNET_SYSERR;
}
- TEH_plugin->preflight (TEH_plugin->cls,
- session);
for (unsigned int retries = 0; retries < MAX_TRANSACTION_COMMIT_RETRIES;
retries++)
{