featuremgmt/featuremgr/src/featdiscovery/featdiscovery.cpp
changeset 15 3eacc0623088
parent 0 08ec8eefde2f
--- a/featuremgmt/featuremgr/src/featdiscovery/featdiscovery.cpp	Fri Mar 19 10:00:55 2010 +0200
+++ b/featuremgmt/featuremgr/src/featdiscovery/featdiscovery.cpp	Fri Apr 16 16:49:27 2010 +0300
@@ -46,6 +46,7 @@
     TInt err;
     TFeatureStat feature;
     feature.iFeatureID = aFeature;
+    feature.iSupported=EFalse;
     
     err = iStatus.Append( feature );
     if( err == KErrNone )