diff -r 9e96e2676219 -r 32ab7ae9ec94 webservices/wsoviplugin/src/wsovioauthclient.cpp --- a/webservices/wsoviplugin/src/wsovioauthclient.cpp Tue May 11 17:14:12 2010 +0300 +++ b/webservices/wsoviplugin/src/wsovioauthclient.cpp Tue May 25 13:53:20 2010 +0300 @@ -100,7 +100,7 @@ // CWSOviOAuthClient::~CWSOviOAuthClient() { - TLSLOG_L(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,"CWSOviOAuthClient::~CWSOviTrustClient"); + TLSLOG_L(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,"CWSOviOAuthClient::~CWSOviOAuthClient"); delete iAuthSession; delete iBody; } @@ -719,6 +719,10 @@ void CWSOviOAuthClient::CreateBodyL(const TDesC8& aXmlNs, const TDesC8& aUsername, const TDesC8& aPassword, const TDesC8& aCreated) { + if(aPassword == KNullDesC8()) + { + TLSLOG(KSenCoreServiceManagerLogChannelBase , KMinLogLevel,(_L("CWSOviOAuthClient::CreateBodyL() - aPassword == KNullDesC8"))); + } delete iBody; iBody = NULL; HBufC8* nonce = SenCryptoUtils::GetRandomNonceL();