checking correct ssh config options

This commit is contained in:
Axel Kittenberger 2012-11-23 12:01:21 +01:00
parent 9ff62e15c6
commit e7b757bbc6
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
??-??-2ß12: 2.1.3 23-11-2012: 2.1.3
fix: fixed 2 crash conditions due to failure to read 'uSettings' fix: fixed 2 crash conditions due to failure to read 'uSettings'
03-11-2012: 2.1.2 03-11-2012: 2.1.2

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
#AC_PREREQ(2.60) #AC_PREREQ(2.60)
AC_INIT(lsyncd, 2.1.2, axkibe@gmail.com) AC_INIT(lsyncd, 2.1.3, axkibe@gmail.com)
AM_INIT_AUTOMAKE([foreign]) AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])

View File

@ -288,7 +288,7 @@ rsyncssh.prepare = function( config, level )
) )
end end
local cssh = config.rsync; local cssh = config.ssh;
cssh._computed = { } cssh._computed = { }
local computed = cssh._computed local computed = cssh._computed
local computedN = 1 local computedN = 1

View File

@ -30,7 +30,7 @@ if lsyncd_version then
lsyncd.terminate( -1 ) lsyncd.terminate( -1 )
end end
lsyncd_version = '2.1.2' lsyncd_version = '2.1.3'
-- --
-- Hides the core interface from user scripts. -- Hides the core interface from user scripts.