--- a/atcommands/modematplugin/src/modematplugin.cpp Mon May 17 11:06:23 2010 +0300
+++ b/atcommands/modematplugin/src/modematplugin.cpp Fri May 28 17:03:06 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 );