diff -r 493788a4a8a4 -r 3bdc3b853094 omadrm/drmengine/keystorage/src/DrmStdKeyStorage.cpp --- a/omadrm/drmengine/keystorage/src/DrmStdKeyStorage.cpp Fri Apr 16 15:14:55 2010 +0300 +++ b/omadrm/drmengine/keystorage/src/DrmStdKeyStorage.cpp Mon May 03 12:46:34 2010 +0300 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2002-2004 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -211,7 +211,7 @@ iFileMan = CFileMan::NewL(iFs); #ifdef __DRM_OMA2 - SelectDefaultRootL(); + TRAP_IGNORE( SelectDefaultRootL() ); // Allow startup anyway. #endif iDeviceSpecificKey.Copy(KDefaultKey);