From 6d4149acdcab184431e377611c123575f8f636f6 Mon Sep 17 00:00:00 2001 From: Axel Kittenberger Date: Fri, 7 Sep 2012 09:03:00 +0200 Subject: [PATCH] fixing compile errors --- default-rsyncssh.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/default-rsyncssh.lua b/default-rsyncssh.lua index 47ff580..b892f74 100644 --- a/default-rsyncssh.lua +++ b/default-rsyncssh.lua @@ -94,7 +94,7 @@ default.rsyncssh = { config.ssh.binary, '<', table.concat(paths, config.xargs.delimiter), params, - config.ssh._xparams + config.ssh._xparams, config.host, config.xargs.binary, config.xargs._xparams @@ -343,7 +343,7 @@ default.rsyncssh = { -- -- if set connect to this port - port = nil + port = nil, -- -- extra parameters