From: <bni...@us...> - 2006-11-30 16:23:22
|
Revision: 410 http://svn.sourceforge.net/omc/?rev=410&view=rev Author: bnicholes Date: 2006-11-30 08:23:14 -0800 (Thu, 30 Nov 2006) Log Message: ----------- Using the wrong subopt when querying for the properties during the print phase. Modified Paths: -------------- clp/trunk/src/omcclpprint.cpp Modified: clp/trunk/src/omcclpprint.cpp =================================================================== --- clp/trunk/src/omcclpprint.cpp 2006-11-30 00:04:41 UTC (rev 409) +++ clp/trunk/src/omcclpprint.cpp 2006-11-30 16:23:14 UTC (rev 410) @@ -211,7 +211,7 @@ // When getting the instance, get just the properties that were specified in the command // If no properties were specified, then get all properties. - displayProp = m_showCmd->getOptionValueArray(E_OPT_DISPLAY, E_SUBOPT_TARGETS); + displayProp = m_showCmd->getOptionValueArray(E_OPT_DISPLAY, E_SUBOPT_PROPERTIES); CIMInstance t = cc->getInstance (cop, WBEMFlags::E_NOT_LOCAL_ONLY, WBEMFlags::E_INCLUDE_QUALIFIERS, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |