081267dc43
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/tog-pegasus.git#6e556193473e062db027bdb29c0ffc2cbfb5e7c4
28 lines
1.3 KiB
Diff
28 lines
1.3 KiB
Diff
diff -up pegasus/src/Pegasus/ProviderManager2/CMPI/CMPI_Enumeration.cpp.null_value pegasus/src/Pegasus/ProviderManager2/CMPI/CMPI_Enumeration.cpp
|
|
--- pegasus/src/Pegasus/ProviderManager2/CMPI/CMPI_Enumeration.cpp.null_value 2012-10-22 19:24:19.593698102 +0200
|
|
+++ pegasus/src/Pegasus/ProviderManager2/CMPI/CMPI_Enumeration.cpp 2012-10-22 19:28:19.190897537 +0200
|
|
@@ -167,6 +167,7 @@ extern "C"
|
|
(new CMPI_Object(
|
|
new SCMOInstance((*ia)[ie->cursor++]),
|
|
CMPI_Object::ObjectTypeInstance));
|
|
+ data.state = CMPI_goodValue;
|
|
CMSetStatus(rc, CMPI_RC_OK);
|
|
}
|
|
else
|
|
@@ -185,6 +186,7 @@ extern "C"
|
|
(new CMPI_Object(
|
|
new SCMOInstance((*ia)[ie->cursor++]),
|
|
CMPI_Object::ObjectTypeInstance));
|
|
+ data.state = CMPI_goodValue;
|
|
CMSetStatus(rc, CMPI_RC_OK);
|
|
}
|
|
else
|
|
@@ -203,6 +205,7 @@ extern "C"
|
|
(new CMPI_Object(
|
|
new SCMOInstance((*opa)[oe->cursor++]),
|
|
CMPI_Object::ObjectTypeObjectPath));
|
|
+ data.state = CMPI_goodValue;
|
|
CMSetStatus(rc, CMPI_RC_OK);
|
|
}
|
|
else
|