summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-01-20 01:53:07 +0100
committerChristian Grothoff <christian@grothoff.org>2020-01-20 01:53:07 +0100
commitf12ef8596095045311a0698d5a4d20be1333eb89 (patch)
tree59b37af3e2954c8b6ecb4cee21e517f0992a468b
parent3fffb93e53e6a22ebcda1389f675870a10564211 (diff)
downloadexchange-f12ef8596095045311a0698d5a4d20be1333eb89.tar.gz
exchange-f12ef8596095045311a0698d5a4d20be1333eb89.tar.bz2
exchange-f12ef8596095045311a0698d5a4d20be1333eb89.zip
fix
-rw-r--r--src/exchange/taler-exchange-httpd.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd.c b/src/exchange/taler-exchange-httpd.c
index 9997ff1c9..657a9e744 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;
}