gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: fix


From: gnunet
Subject: [taler-exchange] branch master updated: fix
Date: Mon, 20 Jan 2020 01:53:09 +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 f12ef859 fix
f12ef859 is described below

commit f12ef8596095045311a0698d5a4d20be1333eb89
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jan 20 01:53:07 2020 +0100

    fix
---
 src/exchange/taler-exchange-httpd.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-httpd.c 
b/src/exchange/taler-exchange-httpd.c
index 9997ff1c..657a9e74 100644
--- a/src/exchange/taler-exchange-httpd.c
+++ b/src/exchange/taler-exchange-httpd.c
@@ -772,7 +772,6 @@ connection_done (void *cls,
 static int
 run_single_request ()
 {
-  int ret;
   pid_t cld;
   int status;
 
@@ -848,7 +847,7 @@ run_single_request ()
     fprintf (stderr,
              "Waiting for `nc' child failed: %s\n",
              strerror (errno));
-  return ret;
+  return GNUNET_OK;
 }
 
 

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



reply via email to

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