Merge "Fix uninitialized variable in rabbitmq script"

This commit is contained in:
Jenkins 2016-01-26 10:21:34 +00:00 committed by Gerrit Code Review
commit 75f59a7fc2
1 changed files with 1 additions and 1 deletions

View File

@ -1360,7 +1360,7 @@ get_monitor() {
local name
local node
local nodelist
local rc_check
local rc_check=$OCF_SUCCESS
local max
local our_uptime
local node_uptime