From 7e7388a9eb583b5d24d060a3a9dedaf3af69d37e Mon Sep 17 00:00:00 2001 From: deajan Date: Sun, 14 Oct 2018 23:08:03 +0200 Subject: [PATCH] Fixed variable leak --- dev/n_osync.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/n_osync.sh b/dev/n_osync.sh index 798b340..e062325 100644 --- a/dev/n_osync.sh +++ b/dev/n_osync.sh @@ -1615,6 +1615,8 @@ function Sync { local initiatorFail local targetFail + local pid + Logger "Starting synchronization task." "NOTICE" if [ "$RESUME_SYNC" != "no" ]; then