diff --git a/src/im_mad/vmware/OneImVmware.java b/src/im_mad/vmware/OneImVmware.java index bc86a02567..b63d8407f9 100644 --- a/src/im_mad/vmware/OneImVmware.java +++ b/src/im_mad/vmware/OneImVmware.java @@ -107,15 +107,7 @@ class OneImVmware extends Thread hid_str = str_split[1]; hostToMonitor = str_split[2]; - // Perform the action - if (action.equals("INIT")) - init(); - else if (action.equals("FINALIZE")) - { - finalize_mad(); - fin = true; - } - else if (action.equals("MONITOR")) + if (action.equals("MONITOR")) { // Let's gather data from the host @@ -130,10 +122,13 @@ class OneImVmware extends Thread for(int i=0;i