From 8e570d50e40470a9a8774924b065451d925fac22 Mon Sep 17 00:00:00 2001 From: Michal Minar Date: Fri, 10 May 2013 16:09:59 +0200 Subject: fixed GetInstance on AffectedSoftwareJobElement passed wrong parameter to function, when handling association to Linux_ComputerSystem --- src/software/openlmi/software/LMI_AffectedSoftwareJobElement.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/software/openlmi/software/LMI_AffectedSoftwareJobElement.py b/src/software/openlmi/software/LMI_AffectedSoftwareJobElement.py index 601b1c3..33c0522 100644 --- a/src/software/openlmi/software/LMI_AffectedSoftwareJobElement.py +++ b/src/software/openlmi/software/LMI_AffectedSoftwareJobElement.py @@ -83,7 +83,7 @@ class LMI_AffectedSoftwareJobElement(CIMProvider2): elif ch.is_subclass(affected.namespace, sub=affected.classname, super='Linux_ComputerSystem'): AffectedSoftwareJobElement.fill_model_computer_system( - model, env, keys_only=False) + model, job, keys_only=False) elif ch.is_subclass(affected.namespace, sub=affected.classname, super='LMI_SystemSoftwareCollection'): -- cgit