gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated: named constants please


From: gnunet
Subject: [taler-exchange] branch master updated: named constants please
Date: Sun, 19 Jan 2020 22:31:46 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new bb36d401 named constants please
bb36d401 is described below

commit bb36d40132ee995f437e125b770036e20ee210de
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun Jan 19 22:31:43 2020 +0100

    named constants please
---
 src/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
index e2d3680c..cc1af224 100644
--- 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)

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]