diff -r dc268b18d709 -r 6a75fa55495f userlibandfileserver/fileserver/sfile/sf_notify.cpp --- a/userlibandfileserver/fileserver/sfile/sf_notify.cpp Wed Sep 22 10:53:45 2010 +0100 +++ b/userlibandfileserver/fileserver/sfile/sf_notify.cpp Mon Sep 27 10:52:00 2010 +0100 @@ -49,7 +49,7 @@ // { __PRINT2(_L("CNotifyInfo::Complete 0x%x error=%d"),this,aError); - if (iType != EDismount || !iMessage.IsNull()) // Dismount notifiers may be completed but remain in the list + if (!iMessage.IsNull()) // Dismount notifiers may be completed but remain in the list { // until handled by the client or the session is closed. iMessage.Complete(aError); }