luci-0.9: merge r5859

This commit is contained in:
Jo-Philipp Wich 2010-03-18 15:19:48 +00:00
parent 5223afaf66
commit 14e06588ec

View 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