This commit is contained in:
Christian Grothoff 2020-01-20 01:53:07 +01:00
parent 3fffb93e53
commit f12ef85960
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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;
}