wim/WimServer/src/WimServer.cpp
branchRCL_3
changeset 20 63339781d179
parent 5 3b17fc5c9564
--- a/wim/WimServer/src/WimServer.cpp	Thu Jul 15 19:36:50 2010 +0300
+++ b/wim/WimServer/src/WimServer.cpp	Thu Aug 19 10:45:23 2010 +0300
@@ -486,7 +486,6 @@
 
         case ESetApplicability:         //lint -fallthrough
         case ESetTrust:                 //lint -fallthrough
-        case ESetDefaultTrustSettings:  //lint -fallthrough
         case ERemoveTrustSettings:
             {
             if ( ResolveTrustModficationReqL( aMsg, usage ))
@@ -496,6 +495,16 @@
             break;
             }
 
+        case ESetDefaultTrustSettings:
+            {
+            _WIMTRACE( _L("CWimServer::CustomSecurityCheckL, ESetDefaultTrustSettings exception") );
+            if ( ResolveTrustModficationReqL( aMsg, usage ))
+                {
+                test = CheckReadCapsForUsage( aMsg, usage );
+                }
+            }
+            break;
+            
         case EExportPublicKey:
             {
             ResolveExportPublicReqL( aMsg, usage );