From 9de89469c4aaba827617a8775c656a4a9e7ac973 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Fri, 27 Jul 2018 19:45:11 +0200 Subject: Only process event coming from monitor api Processing both event coming from the wanted api and from monitor (which gave the same event but with more informations) leads to unexpected behavior since you can't know which event's data has been registered so data structure changes and can't be asserted. Change-Id: Ifb32c9fdb3b6cc061d0fe5e8d1e5481d51e8d886 Signed-off-by: Romain Forlot --- conf.d/controller/lua.d/aft.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.d/controller/lua.d') diff --git a/conf.d/controller/lua.d/aft.lua b/conf.d/controller/lua.d/aft.lua index 4161183..1e0109b 100644 --- a/conf.d/controller/lua.d/aft.lua +++ b/conf.d/controller/lua.d/aft.lua @@ -151,8 +151,8 @@ function _evt_catcher_(source, action, eventObj) if eventObj.type == "event" then _AFT.bindingEventHandler(eventObj) end - else - _AFT.bindingEventHandler(eventObj, uid) + --else + -- _AFT.bindingEventHandler(eventObj, uid) end end -- cgit 1.2.3-korg