From: Chris B. <buc...@us...> - 2011-04-07 21:39:31
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "SFCC - Small Footprint CIM Client". The branch, master has been updated via d5c6797643f975587a586ce4f6d9f8d3bf342682 (commit) via 16d4b5d4ecdc34700503f42313322e54a2026f5e (commit) from 8b03b1cfa434f5edaa89061be539616bedb86213 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit d5c6797643f975587a586ce4f6d9f8d3bf342682 Merge: 16d4b5d4ecdc34700503f42313322e54a2026f5e 8b03b1cfa434f5edaa89061be539616bedb86213 Author: buccella <buc...@li...> Date: Thu Apr 7 17:39:13 2011 -0400 Merge branch 'master' of ssh://sblim.git.sourceforge.net/gitroot/sblim/sfcc Conflicts: ChangeLog commit 16d4b5d4ecdc34700503f42313322e54a2026f5e Author: buccella <buc...@li...> Date: Thu Apr 7 17:38:11 2011 -0400 [ 3196128 ] enumInstances does not set NameSpace in ObjectPath in XML mode (for real this time) ----------------------------------------------------------------------- Summary of changes: diff --git a/ChangeLog b/ChangeLog index b706e4b..fbb635d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-04-07 Chris Buccella <buc...@li...> + + * backend/cimxml/grammar.c: + [ 3196128 ] enumInstances does not set NameSpace in ObjectPath in XML mode + (patch by Josef Moellers) + 2011-04-05 Michael Chase-Salerno <br...@li...> * TEST/v2test_xq_synerr.c: @@ -26,10 +32,6 @@ [ 1956407 ] CIM-XML/HTTP connection to unix socket (patch by Bart Whiteley) - * backend/cimxml/grammar.c: - [ 3196128 ] enumInstances does not set NameSpace in ObjectPath in XML mode - (patch by Josef Moellers) - 2011-03-23 Narasimha Sharoff <nsh...@us...> * frontend/sfcc/sfcclient.c diff --git a/backend/cimxml/grammar.c b/backend/cimxml/grammar.c index 660c1a1..871c58a 100644 --- a/backend/cimxml/grammar.c +++ b/backend/cimxml/grammar.c @@ -477,6 +477,7 @@ static void iReturnValueContent(ParserControl *parm, parseUnion *stateUnion) dontLex = 1; valueNamedInstance(parm, (parseUnion*)&lvalp.xtokNamedInstance); createPath(&op,&(lvalp.xtokNamedInstance.path)); + CMSetNameSpace(op, parm->da_nameSpace); inst = native_new_CMPIInstance(op,NULL); //setInstQualifiers(inst, &lvalp.xtokNamedInstance.instance.qualifiers); setInstProperties(inst, &lvalp.xtokNamedInstance.instance.properties); hooks/post-receive -- SFCC - Small Footprint CIM Client |