Send the command to the slave even if it is related with faulted package 66/12666/1
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 21 Nov 2013 04:05:28 +0000 (13:05 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 21 Nov 2013 04:05:28 +0000 (13:05 +0900)
Change-Id: Ifcba7740c0beb0e85f349898ced5664f8c74ac84

src/slave_rpc.c

index 14e2a1f..8f55dcc 100644 (file)
@@ -189,7 +189,7 @@ static Eina_Bool command_consumer_cb(void *data)
                info = package_find(command->pkgname);
                if (info && package_is_fault(info)) {
                        ErrPrint("info: %p (%s) is fault package\n", info, command->pkgname);
-                       goto errout;
+                       // goto errout;
                }
        }