aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_db.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-03-08 11:59:01 +0100
committerChristian Grothoff <christian@grothoff.org>2017-03-08 13:15:09 +0100
commit5f5babca93b915b4c957d1011248cbfdac41313a (patch)
tree2ce23edaacecb4e202ebd824fa5e808adff3ddee /src/exchange/taler-exchange-httpd_db.c
parent7ba2ee09667056d90ae564409df453a9867359d8 (diff)
downloadexchange-5f5babca93b915b4c957d1011248cbfdac41313a.tar.gz
exchange-5f5babca93b915b4c957d1011248cbfdac41313a.tar.bz2
exchange-5f5babca93b915b4c957d1011248cbfdac41313a.zip
fix #4851
Diffstat (limited to 'src/exchange/taler-exchange-httpd_db.c')
-rw-r--r--src/exchange/taler-exchange-httpd_db.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-httpd_db.c b/src/exchange/taler-exchange-httpd_db.c
index 9257cbef8..589229f7e 100644
--- a/src/exchange/taler-exchange-httpd_db.c
+++ b/src/exchange/taler-exchange-httpd_db.c
@@ -615,7 +615,7 @@ TEH_DB_execute_reserve_status (struct MHD_Connection *connection,
"error", "Reserve not found",
"parameter", "withdraw_pub");
res = TEH_RESPONSE_reply_reserve_status_success (connection,
- rh);
+ rh);
TEH_plugin->free_reserve_history (TEH_plugin->cls,
rh);
return res;