Author: lidr Date: 2010-11-11 22:42:14 -0500 (Thu, 11 Nov 2010) New Revision: 3398
Modified: trunk/osprey/be/vho/vho_lower.cxx Log: Fix a variable used without initialization. Reviewed by Sun Chan. Modified: trunk/osprey/be/vho/vho_lower.cxx =================================================================== --- trunk/osprey/be/vho/vho_lower.cxx 2010-11-12 02:04:12 UTC (rev 3397) +++ trunk/osprey/be/vho/vho_lower.cxx 2010-11-12 03:42:14 UTC (rev 3398) @@ -1032,7 +1032,7 @@ INT32 i; INT32 j; SRCPOS srcpos; - INT32 count; + INT32 count = 0; WN * conv_wn = NULL; LABEL_IDX last_label; ------------------------------------------------------------------------------ Centralized Desktop Delivery: Dell and VMware Reference Architecture Simplifying enterprise desktop deployment and management using Dell EqualLogic storage and VMware View: A highly scalable, end-to-end client virtualization framework. Read more! http://p.sf.net/sfu/dell-eql-dev2dev _______________________________________________ Open64-devel mailing list Open64-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/open64-devel