forked from pool/wireshark
a66708668b
OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=26
14 lines
726 B
Diff
14 lines
726 B
Diff
Index: wireshark-1.4.2/epan/wslua/template-init.lua
|
|
===================================================================
|
|
--- wireshark-1.4.2.orig/epan/wslua/template-init.lua
|
|
+++ wireshark-1.4.2/epan/wslua/template-init.lua
|
|
@@ -42,7 +42,7 @@ if running_superuser then
|
|
local disabled_lib = {}
|
|
setmetatable(disabled_lib,{ __index = function() error("this package has been disabled") end } );
|
|
|
|
- dofile = function() error("dofile has been disabled") end
|
|
+-- dofile = function() error("dofile has been disabled") end
|
|
loadfile = function() error("loadfile has been disabled") end
|
|
loadlib = function() error("loadlib has been disabled") end
|
|
require = function() error("require has been disabled") end
|