featuremgmt/featuremgr/src/featdiscovery/featdiscovery.cpp
branchRCL_3
changeset 9 667e88a979d7
parent 0 08ec8eefde2f
--- a/featuremgmt/featuremgr/src/featdiscovery/featdiscovery.cpp	Fri Mar 12 15:51:02 2010 +0200
+++ b/featuremgmt/featuremgr/src/featdiscovery/featdiscovery.cpp	Mon Mar 15 12:46:30 2010 +0200
@@ -46,6 +46,7 @@
     TInt err;
     TFeatureStat feature;
     feature.iFeatureID = aFeature;
+    feature.iSupported=EFalse;
     
     err = iStatus.Append( feature );
     if( err == KErrNone )