From f482a2ad128dec79fdafa7eb10ed33575e0b78de Mon Sep 17 00:00:00 2001 From: "chleun.moon" Date: Fri, 15 Jul 2016 16:04:54 +0900 Subject: [PATCH] Fixed to launch mdnsresponder Change-Id: I5e2c6eaa2ac452b5b0d0f1055c87967006c15e1b Signed-off-by: cheoleun --- src/utils/util.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/utils/util.c b/src/utils/util.c index 482b53c..b0c014e 100755 --- a/src/utils/util.c +++ b/src/utils/util.c @@ -778,12 +778,6 @@ gboolean handle_launch_mdns(Network *object, GDBusMethodInvocation *context) { DBG("Launch mdnsresponder daemon"); - if (mdnsd_ref_count != 0) { - ERR("Invalid access"); - netconfig_error_invalid_parameter(context); - return FALSE; - } - if (execute_mdnsd_script("start") < 0) { ERR("Failed to launch mdnsresponder daemon"); netconfig_error_invalid_parameter(context); -- 2.34.1