mirror of
https://github.com/octoleo/lsyncd.git
synced 2024-12-04 19:03:17 +00:00
do not export inhert functions
This commit is contained in:
parent
0f9a99f6ea
commit
a244d49ea4
@ -37,8 +37,11 @@ now = lsyncd.now
|
||||
readdir = lsyncd.readdir
|
||||
|
||||
|
||||
inheritKV = nil
|
||||
local inherit = nil
|
||||
local inheritKV = nil
|
||||
local CountArray = nil
|
||||
|
||||
--
|
||||
--
|
||||
-- Recurvely inherits a source table to a destionation table
|
||||
-- copying all keys from source.
|
||||
@ -189,7 +192,6 @@ local function loadCrontab()
|
||||
return true
|
||||
end
|
||||
return false
|
||||
|
||||
end
|
||||
|
||||
--
|
||||
@ -311,7 +313,7 @@ end )( )
|
||||
-- since Lua's # operator does not work on tables whose key values are not
|
||||
-- strictly linear.
|
||||
--
|
||||
local CountArray = ( function
|
||||
CountArray = ( function
|
||||
( )
|
||||
--
|
||||
-- Metatable
|
||||
|
Loading…
Reference in New Issue
Block a user