webservices/wsoviplugin/src/wsoviserviceupdatehandler.cpp
branchRCL_3
changeset 37 1adb97a15c2f
parent 36 c5fabff9b552
child 38 d9641c85af2b
--- a/webservices/wsoviplugin/src/wsoviserviceupdatehandler.cpp	Tue Aug 31 16:18:26 2010 +0300
+++ b/webservices/wsoviplugin/src/wsoviserviceupdatehandler.cpp	Wed Sep 01 12:28:05 2010 +0100
@@ -142,9 +142,9 @@
 						pCtx.Add(WSOviContextKeys::KServiceSession, *(MSenRemoteServiceSession*)remoteServiceSession);
 						}
 					if( ! errFragment->Text().Compare(WSOviResponse::KEmailUsed()) ||
-					  (errFragment->Text().Compare(WSOviResponse::KMobileUsed1)!= KErrNotFound &&
-					   errFragment->Text().Compare(WSOviResponse::KMobileUsed2) != KErrNotFound )
-					  )
+					       (errFragment->Text().Compare(WSOviResponse::KMobileUsed1)!= KErrNotFound &&
+					        errFragment->Text().Compare(WSOviResponse::KMobileUsed2) != KErrNotFound )
+					    )
 					    {
 					    pCtx.Update(WSOviContextKeys::KRetryNeeded, EFalse);
 					    }
@@ -152,6 +152,7 @@
 					    {
 					    pCtx.Update(WSOviContextKeys::KReAuthNeeded, ETrue);
 					    }
+					
 					oviServiceSession->ClearCredentialL();
 					oviServiceSession->SetStatusL();//in order to compute state
 				}