diff -r d68a4b5d5885 -r 9c5b1510919f pimappservices/calendar/server/src/agssess.cpp --- a/pimappservices/calendar/server/src/agssess.cpp Tue May 25 12:41:10 2010 +0300 +++ b/pimappservices/calendar/server/src/agssess.cpp Wed Jun 09 09:40:23 2010 +0300 @@ -4046,7 +4046,7 @@ { // Clear all the notifications in the buffer iFileBufferedNotification->Reset(); - iFileBufferedNotificationStream.Open(*iBufferedNotification); + iFileBufferedNotificationStream.Open(*iFileBufferedNotification); // Add a single 'Undefined Change' notification to the notification buffer CAgnFileChangeInfo* fileChang = CAgnFileChangeInfo::NewL(NULL, MCalFileChangeObserver::ECalendarInfoUpdated);