From fce71a79324888fbe5aa65e3624dff21c935620a Mon Sep 17 00:00:00 2001 From: Angel Luis Moya Gonzalez Date: Mon, 8 Jun 2020 15:43:02 +0200 Subject: [PATCH] F #4302: Fix typo @conf assignment (#4900) Co-authored-by: mouyaq --- src/im_mad/remotes/lib/vcenter_monitor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/im_mad/remotes/lib/vcenter_monitor.rb b/src/im_mad/remotes/lib/vcenter_monitor.rb index 72af337d87..eaf5ca37b3 100644 --- a/src/im_mad/remotes/lib/vcenter_monitor.rb +++ b/src/im_mad/remotes/lib/vcenter_monitor.rb @@ -105,7 +105,7 @@ class VcenterMonitorManager @conf[:address] = '127.0.0.1' if @conf[:address] == 'auto' rescue StandardError - @mutex.synchronize { @conf = DEFAULT_CONF.clone } + @mutex.synchronize { @conf = DEFAULT_CONFIGURATION.clone } end #---------------------------------------------------------------------------