Commit add10b0b authored by Rusty Russell's avatar Rusty Russell

tools: fix bogus unreachable return.

parent aee1d498
......@@ -92,7 +92,6 @@ char *run_with_timeout(const void *ctx, const char *cmd,
close_noerr(p[1]);
return talloc_asprintf(ctx, "Failed to fork: %s",
strerror(errno));
return NULL;
}
if (pid == 0) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment