X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Ftools.c;h=1eddf7e934ab9f658cadb9fe4e7a2c34b8312b15;hp=c8697320a9fd5616c5dfa1e04af686efec0c1a87;hb=add10b0b9d13d9437682268badfab029ed36c244;hpb=af5b1a18948345c5f9f9abf4eda3ab9fe0aa9a9f diff --git a/tools/tools.c b/tools/tools.c index c8697320..1eddf7e9 100644 --- a/tools/tools.c +++ b/tools/tools.c @@ -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) {