exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit bb36d40132ee995f437e125b770036e20ee210de
parent e5b92f8b5effeb0e3c6f42de3776870bfc1bd0b9
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 19 Jan 2020 22:31:43 +0100

named constants please

Diffstat:
Msrc/exchange/taler-exchange-httpd.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c @@ -634,7 +634,7 @@ run_fake_client () if (0 == strcmp (input_filename, "-")) - fd = 0; + fd = STDIN_FILENO; else fd = open (input_filename, O_RDONLY); if (-1 == fd)