libs/core: disable runtime byte code stripping, it causes lvm errors (OpenWrt #6235...
[project/luci.git] / 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