commit f12ef8596095045311a0698d5a4d20be1333eb89
parent 3fffb93e53e6a22ebcda1389f675870a10564211
Author: Christian Grothoff <christian@grothoff.org>
Date: Mon, 20 Jan 2020 01:53:07 +0100
fix
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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;
}