Blame SOURCES/wireshark-1.2.4-enable_lua.patch

ead5f6
diff --git a/epan/wslua/template-init.lua b/epan/wslua/template-init.lua
ead5f6
index eda33ca..008e875 100644
ead5f6
--- a/epan/wslua/template-init.lua
ead5f6
+++ b/epan/wslua/template-init.lua
ead5f6
@@ -43,7 +43,7 @@ if running_superuser then
ead5f6
     local disabled_lib = {}
ead5f6
     setmetatable(disabled_lib,{ __index = function() error("this package ".. hint) end } );
ead5f6
 
ead5f6
-    dofile = function() error("dofile " .. hint) end
ead5f6
+--    dofile = function() error("dofile " .. hint) end
ead5f6
     loadfile = function() error("loadfile " .. hint) end
ead5f6
     loadlib = function() error("loadlib " .. hint) end
ead5f6
     require = function() error("require " .. hint) end