diff -r 51f207bebb06 -r 0b722902461e localconnectivityservice/obexsendservices/obexservicesendutils/src/BTServiceClient.cpp --- a/localconnectivityservice/obexsendservices/obexservicesendutils/src/BTServiceClient.cpp Sun May 02 21:46:11 2010 +0300 +++ b/localconnectivityservice/obexsendservices/obexservicesendutils/src/BTServiceClient.cpp Mon May 17 11:02:52 2010 +0300 @@ -403,7 +403,8 @@ FTRACE(FPrint(_L("[BTSU]\t CBTServiceClient::GetProgressStatus() completed, bytes sent %d"), iTotalBytesSent + bytesSent ) ); - return iTotalBytesSent + bytesSent; + // return iTotalBytesSent + bytesSent; + return bytesSent; } // -----------------------------------------------------------------------------