diff -r bf3935de63a1 -r ab1e518f96da webservices/wslocaltransportplugin/src/senlocaltransportplugin.cpp --- a/webservices/wslocaltransportplugin/src/senlocaltransportplugin.cpp Wed Mar 31 23:17:32 2010 +0300 +++ b/webservices/wslocaltransportplugin/src/senlocaltransportplugin.cpp Wed Apr 14 17:07:28 2010 +0300 @@ -249,7 +249,8 @@ if(!pRequest->IsActive()) { TLSLOG_L(KSenLocalTransportLogChannelBase,KNormalLogLevel,"- Activating request / async call to the provider."); - pRequest->SetActive(); + if(!pRequest->IsActive()) + pRequest->SetActive(); } pRequest->iStatus = KRequestPending; TRequestStatus* status = &pRequest->iStatus; @@ -426,7 +427,8 @@ } iStatus = KRequestPending; - SetActive(); + if(!IsActive()) + SetActive(); } const TThreadId CSenLocalRequest::OwnerThreadId() const