config: delete timers by setting 'callback', not 'cb', to nil.
authorIsmo Puustinen <ismo.puustinen@intel.com>
Fri, 31 Oct 2014 15:02:03 +0000 (17:02 +0200)
committerKrisztian Litkey <krisztian.litkey@intel.com>
Thu, 8 Jan 2015 16:37:19 +0000 (18:37 +0200)
Change-Id: I02173e3c32e783d2666b560b61d10d362703b24d

packaging.in/murphy.lua

index 317f30d..b286740 100644 (file)
@@ -2060,7 +2060,7 @@ if sc then
                 else
                     cmd = 0x00040002 -- release
                     if rset.timer then
-                       rset.timer.cb = nil
+                       rset.timer.callback = nil
                     end
                 end