Added unlockReplica pid initialisation

This commit is contained in:
deajan 2018-10-10 00:05:46 +02:00
parent 660e856986
commit 7eb4ee68ae
1 changed files with 3 additions and 3 deletions

View File

@ -684,9 +684,9 @@ ENDSSH
function UnlockReplicas {
__CheckArguments 0 $# "$@" #__WITH_PARANOIA_DEBUG
local initiatorPid
local targetPid
local unlockPids
local initiatorPid=0
local targetPid=0
local unlockPids=0
if [ $_NOLOCKS == true ]; then
return 0