3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

t-runner: Remove unnecessary line

This commit is contained in:
Tim Kourt 2016-05-13 14:34:54 -07:00 committed by Denis Kenzior
parent c3213fb95d
commit 3d384b83b7

View File

@ -618,7 +618,6 @@ static pid_t start_hostapd(const char *config_file, const char *interface_name)
pid = execute_program(argv, false); pid = execute_program(argv, false);
if (pid < 0) { if (pid < 0) {
pid = -1;
goto exit; goto exit;
} }