Fixed variable leak
This commit is contained in:
parent
109f0a0887
commit
7e7388a9eb
|
@ -1615,6 +1615,8 @@ function Sync {
|
|||
local initiatorFail
|
||||
local targetFail
|
||||
|
||||
local pid
|
||||
|
||||
Logger "Starting synchronization task." "NOTICE"
|
||||
|
||||
if [ "$RESUME_SYNC" != "no" ]; then
|
||||
|
|
Loading…
Reference in New Issue