Heidi Eckhart wrote:
+
+ instance = get_typed_instance(broker,
+ pfx_from_conn(conn),
+ "RegisteredProfile",
+ namespace);
+
+ if (instance == NULL) {
+ CMSetStatusWithChars(broker, &s,
+ CMPI_RC_ERR_FAILED,
+ "Can't create HostSystem
instance.");
goto out;
I think the return message is incorrect here. You're creating
attempting to create a RegisteredProfile instance, not a HostSystem
instance.
--
Kaitlin Rupert
IBM Linux Technology Center
karupert(a)us.ibm.com