diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-01-20 01:53:07 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-01-20 01:53:07 +0100 |
commit | f12ef8596095045311a0698d5a4d20be1333eb89 (patch) | |
tree | 59b37af3e2954c8b6ecb4cee21e517f0992a468b /src | |
parent | 3fffb93e53e6a22ebcda1389f675870a10564211 (diff) |
fix
Diffstat (limited to 'src')
-rw-r--r-- | src/exchange/taler-exchange-httpd.c | 3 |
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; } |