commondrm/drmutility/src/rdrmhelperclient.cpp
changeset 84 b09186059647
parent 23 493788a4a8a4
--- a/commondrm/drmutility/src/rdrmhelperclient.cpp	Tue Sep 28 14:08:58 2010 +0300
+++ b/commondrm/drmutility/src/rdrmhelperclient.cpp	Thu Oct 14 13:45:23 2010 +0300
@@ -79,8 +79,9 @@
     {
     TInt error = StartServer();
 
-    if ( !error )
+    if ( !error || error == KErrAlreadyExists )
         {
+        error = KErrNone;    
         error = CreateSession( KDRMHelperServerName,
                                Version(),
                                KDefaultMessageSlots );