diff -r fa9941cf3867 -r 667e88a979d7 featuremgmt/featuremgr/src/featdiscovery/featdiscovery.cpp --- 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 )