diff -r 320ec5cd0227 -r d176b53f330f messagingfw/msgsrvnstore/server/src/MSVSERV.CPP --- a/messagingfw/msgsrvnstore/server/src/MSVSERV.CPP Wed Aug 18 10:15:32 2010 +0300 +++ b/messagingfw/msgsrvnstore/server/src/MSVSERV.CPP Thu Sep 02 20:55:53 2010 +0300 @@ -2094,7 +2094,7 @@ void CMsvServer::BuildDefaultIniFileL(TMsvConfig& aConfig) { RFs fileSession; - fileSession.Connect(); + User::LeaveIfError(fileSession.Connect()); TInt error; TVolumeInfo volume; @@ -2195,7 +2195,7 @@ //create a new ini file RFs fileSession; - fileSession.Connect(); + User::LeaveIfError(fileSession.Connect()); TInt error; TVolumeInfo volume;