* Minor cleanups
authorSteven Barth <steven@midlink.org>
Sat, 14 Jun 2008 14:55:49 +0000 (14:55 +0000)
committerSteven Barth <steven@midlink.org>
Sat, 14 Jun 2008 14:55:49 +0000 (14:55 +0000)
contrib/package/luci-addons/dist/etc/hotplug.d/iface/20-aliases [changed mode: 0644->0755]
contrib/package/luci-addons/dist/sbin/luci-flash [changed mode: 0644->0755]
contrib/package/luci-addons/dist/usr/bin/run-parts [changed mode: 0644->0755]
libs/core/luasrc/util.lua

index fda4563..3a0b2fb 100644 (file)
@@ -269,7 +269,7 @@ function threadlocal()
                local c = coroutine.running()
                local thread = coxpt[c] or c or 0
                if not rawget(self, thread) then
-                       rawset(self, thread, {})
+                       return nil
                end
                return rawget(self, thread)[key]
        end