|
|
|
|
|
|
|
|
|
|
xen-cim
RE: [Xen-cim] Re: Various implementation questions
Gareth
I was going through the association providers to clean them up.
I noticed that in the Associators function does not do a
CMReturnInstance call. I remember you said that it was an issue with the
Pegausus CIMOM.
Has this been fixed?
In other words, can I just uncomment the lines, or shall I put in a
conditional compile?
I have attached the code snippet.
Thanks
Raj
<From XenHostedMemory.c, function Associators() Line 245>
// BUG - returning data causes crash !?!
_SBLIM_TRACE(2, ("--- data.value.inst=\"%s\"",
CMGetCharPtr(CDToString(_BROKER, data.value.inst, NULL))));
// if (strcmp(sourcename, resultname) == 0)
CMReturnInstance(results, data.value.inst);
}
_______________________________________________
Xen-cim mailing list
Xen-cim@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-cim
|
|
|
|
|