localconnectivityservice/dun/atext/src/DunAtCmdHandler.cpp
changeset 60 841f70763fbe
parent 52 866b4af7ffbe
--- a/localconnectivityservice/dun/atext/src/DunAtCmdHandler.cpp	Tue Sep 28 20:14:08 2010 +0800
+++ b/localconnectivityservice/dun/atext/src/DunAtCmdHandler.cpp	Thu Nov 04 15:31:42 2010 +0800
@@ -307,14 +307,13 @@
     {
     FTRACE(FPrint( _L("CDunAtCmdHandler::StopUrc()") ));
     TInt i;
-    TInt retVal = KErrNone;
     TInt count = iUrcHandlers.Count();
     for ( i=0; i<count; i++ )
         {
-        retVal = iUrcHandlers[i]->Stop();
+        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;
             }