diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
| -rw-r--r-- | src/exchange/taler-exchange-httpd_db.c | 2 | 
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 19781f97..be7a0300 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++)    {  | 
