diff -r a082c848c9a9 -r 3cdbd92ee07b fotaapplication/fotaserver/FotaServer/src/fotaSrvSession.cpp --- a/fotaapplication/fotaserver/FotaServer/src/fotaSrvSession.cpp Wed Sep 15 13:08:27 2010 +0300 +++ b/fotaapplication/fotaserver/FotaServer/src/fotaSrvSession.cpp Wed Oct 13 15:30:06 2010 +0300 @@ -163,7 +163,7 @@ TInt err(KErrNone); TInt pkgid = 0; TPackageState state; - RThread clt; aMessage.ClientL(clt); + RThread clt; aMessage.ClientL(clt); TFullName cltnm = clt.FullName(); FLOG(_L( "CFotaSrvSession::ServiceL %d serving for %S?" ) ,aMessage.Function(), &cltnm );