diff -r 866b4af7ffbe -r 4dc88a4ac6f4 localconnectivityservice/dun/atext/src/DunAtCmdHandler.cpp --- a/localconnectivityservice/dun/atext/src/DunAtCmdHandler.cpp Tue Sep 28 20:14:08 2010 +0800 +++ b/localconnectivityservice/dun/atext/src/DunAtCmdHandler.cpp Fri Oct 15 15:05:57 2010 +0800 @@ -307,14 +307,13 @@ { FTRACE(FPrint( _L("CDunAtCmdHandler::StopUrc()") )); TInt i; - TInt retVal = KErrNone; TInt count = iUrcHandlers.Count(); for ( i=0; iStop(); + iUrcHandlers[i]->Stop(); } FTRACE(FPrint( _L("CDunAtCmdHandler::StopUrc() complete") )); - return retVal; + return KErrNone; } // --------------------------------------------------------------------------- @@ -1385,7 +1384,7 @@ // We still need to save the iParseInfo.iLimit and skip non-delimiter characters. if ( aCharacter == '=' ) { - if ( iParseInfo.iLimit < 0 ) // Only first the first '"' + if ( iParseInfo.iLimit < 0 ) // Only the first '"' { iParseInfo.iLimit = aEndIndex - aStartIndex; }