luci-0.9: merge r5859
authorJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Mar 2010 15:19:48 +0000 (15:19 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Thu, 18 Mar 2010 15:19:48 +0000 (15:19 +0000)
libs/core/luasrc/util.lua

index 84c63f2..f45a1f9 100644 (file)
@@ -525,7 +525,7 @@ function get_bytecode(val)
                code = string.dump( loadstring( "return " .. serialize_data(val) ) )
        end
 
-       return code and strip_bytecode(code)
+       return code -- and strip_bytecode(code)
 end
 
 --- Strips unnescessary lua bytecode from given string. Information like line