We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffaa8cc commit 9fcdfe5Copy full SHA for 9fcdfe5
core/src/com/cloud/hypervisor/vmware/resource/VmwareResource.java
@@ -4194,7 +4194,7 @@ public synchronized VmwareContext getServiceContext(Command cmd) {
4194
4195
@Override
4196
public synchronized void invalidateServiceContext(VmwareContext context) {
4197
- if (_serviceContext == null) {
+ if (_serviceContext != null) {
4198
_serviceContext.close();
4199
}
4200
_serviceContext = null;
0 commit comments