diff -r 53b7818cd282 -r 95674584745d atcommands/modematplugin/src/modematplugin.cpp --- a/atcommands/modematplugin/src/modematplugin.cpp Tue May 25 12:53:11 2010 +0300 +++ b/atcommands/modematplugin/src/modematplugin.cpp Wed Jun 09 09:52:54 2010 +0300 @@ -283,14 +283,7 @@ switch ( aReplyType ) { case EReplyTypeOther: - if ( iQuietMode ) // In quite mode there should be no response at all. - { - iReplyBuffer.Create( KNullDesC8 ); - } - else - { - iReplyBuffer.Create( aSrcBuffer ); - } + iReplyBuffer.Create( aSrcBuffer ); break; case EReplyTypeOk: CreateOkOrErrorReply( iReplyBuffer, ETrue );