diff -r ccb4f6b3db21 -r 8cb079868133 sysstatemgmt/systemstatemgr/sus/src/ssmsuscli.cpp --- a/sysstatemgmt/systemstatemgr/sus/src/ssmsuscli.cpp Tue Aug 31 16:29:05 2010 +0300 +++ b/sysstatemgmt/systemstatemgr/sus/src/ssmsuscli.cpp Wed Sep 01 12:34:26 2010 +0100 @@ -109,7 +109,7 @@ Usage pattern: @code RSsmSusCli session; - User::LeaveIfError(fs.Connect()); + session.Connect(); CleanupStackClosePushL(session); TPckgC* infoBuf = new (ELeave) TPckgC(info); session.RequestLoadSup(*infoBuf, status);