From 900a10d3c7c7a7c94d4417d5a37a76d5eeaea65b Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Fri, 13 May 2016 15:40:54 -0700 Subject: [PATCH] t-runner: Absence of hostapd instances is ok now --- tools/test-runner.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-runner.c b/tools/test-runner.c index 060f8ef7..f04efa09 100644 --- a/tools/test-runner.c +++ b/tools/test-runner.c @@ -913,7 +913,7 @@ static bool configure_hostapd_instances(struct l_settings *hw_settings, if (!l_settings_has_group(hw_settings, HW_CONFIG_GROUP_HOSTAPD)) { l_info("No hostapd instances to create"); - return false; + return true; } hostap_keys =