diff -r 2c28af138640 -r c6215323ad55 sysstatemgmt/systemstatemgr/sus/src/ssmsuscli.cpp --- a/sysstatemgmt/systemstatemgr/sus/src/ssmsuscli.cpp Wed Jun 23 19:38:32 2010 +0300 +++ b/sysstatemgmt/systemstatemgr/sus/src/ssmsuscli.cpp Tue Jul 06 15:43:30 2010 +0300 @@ -109,7 +109,7 @@ Usage pattern: @code RSsmSusCli session; - session.Connect(); + User::LeaveIfError(fs.Connect()); CleanupStackClosePushL(session); TPckgC* infoBuf = new (ELeave) TPckgC(info); session.RequestLoadSup(*infoBuf, status);