From add10b0b9d13d9437682268badfab029ed36c244 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 27 Mar 2012 14:15:18 +1030 Subject: [PATCH] tools: fix bogus unreachable return. --- tools/tools.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.39.2