From 3d384b83b7999c867a3e98907cfaec11f5199535 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Fri, 13 May 2016 14:34:54 -0700 Subject: [PATCH] t-runner: Remove unnecessary line --- tools/test-runner.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/test-runner.c b/tools/test-runner.c index 7421167d..4a510134 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -618,7 +618,6 @@ static pid_t start_hostapd(const char *config_file, const char *interface_name) pid = execute_program(argv, false); if (pid < 0) { - pid = -1; goto exit; }