sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmddevicesecuritycheck.cpp
branchRCL_3
changeset 82 e5cdfbe15c03
parent 75 cce17d67ea66
--- a/sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmddevicesecuritycheck.cpp	Wed Oct 13 15:58:37 2010 +0300
+++ b/sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmddevicesecuritycheck.cpp	Fri Oct 22 17:27:12 2010 +0100
@@ -219,7 +219,8 @@
         }
     else
         {
-        CompleteClientRequest(iStatus.Int());
+            DEBUGPRINT2A("iStatus.Int is %d", iStatus.Int());
+            CompleteClientRequest(KErrNone/*iStatus.Int()*/);
         }
     }