author | andy simpson <andrews@symbian.org> |
Tue, 05 Oct 2010 16:01:32 +0100 | |
branch | RCL_3 |
changeset 75 | cce17d67ea66 |
parent 67 | 6ff7ee498df1 |
child 82 | e5cdfbe15c03 |
sysstatemgmt/systemstatereferenceplugins/custcmd/src/cmddevicesecuritycheck.cpp | file | annotate | diff | comparison | revisions |
--- 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()*/); } }