Fix dbus method return value #2
[platform/core/connectivity/net-config.git] / src / utils / util.c
index 9e1b46a..e4dbc3f 100755 (executable)
@@ -1218,7 +1218,7 @@ gboolean handle_launch_mdns(Network *object, GDBusMethodInvocation *context,
        if (execute_mdnsd_script("start") < 0) {
                ERR("Failed to launch mdnsresponder daemon");
                netconfig_error_invalid_parameter(context);
-               return FALSE;
+               return TRUE;
        }
 
        mdnsd_ref_count++;