Added unlockReplica pid initialisation

pull/163/head
deajan 6 years ago
parent 660e856986
commit 7eb4ee68ae

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

Loading…
Cancel
Save