Work-a-round to allow syborg full UI ROM to boot (Bug 3786) RCL_3 PDK_3.0.3
authorandy simpson <andrews@symbian.org>
Tue, 05 Oct 2010 16:01:32 +0100
branchRCL_3
changeset 75 cce17d67ea66
parent 67 6ff7ee498df1
child 82 e5cdfbe15c03
Work-a-round to allow syborg full UI ROM to boot (Bug 3786)
sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmddevicesecuritycheck.cpp
--- a/sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmddevicesecuritycheck.cpp	Fri Sep 17 17:21:53 2010 +0100
+++ b/sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmddevicesecuritycheck.cpp	Tue Oct 05 16:01:32 2010 +0100
@@ -219,7 +219,8 @@
         }
     else
         {
-        CompleteClientRequest(iStatus.Int());
+            DEBUGPRINT2A("iStatus.Int is %d", iStatus.Int());
+            CompleteClientRequest(KErrNone/*iStatus.Int()*/);
         }
     }