From: chleun.moon Date: Fri, 15 Jul 2016 07:04:54 +0000 (+0900) Subject: Fixed to launch mdnsresponder X-Git-Tag: submit/tizen/20160721.042416^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F92%2F80192%2F1;p=platform%2Fcore%2Fconnectivity%2Fnet-config.git Fixed to launch mdnsresponder Change-Id: I5e2c6eaa2ac452b5b0d0f1055c87967006c15e1b Signed-off-by: cheoleun --- 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);