sipvoipprovider/svptransfer/src/svptransferstatecontext.cpp
branchRCL_3
changeset 33 2989b291cac7
parent 28 d38647835c2e
--- a/sipvoipprovider/svptransfer/src/svptransferstatecontext.cpp	Wed Sep 15 12:01:56 2010 +0300
+++ b/sipvoipprovider/svptransfer/src/svptransferstatecontext.cpp	Wed Oct 13 14:20:32 2010 +0300
@@ -436,16 +436,6 @@
         CleanupStack::Pop( 1 ); // string, ReAlloc possible
         CleanupStack::PushL( string );
         }
-    // Check "?X-Sipx-Authidentity=" and remove text after it if exists
-    position = CheckAuthidentity( *string );
-
-    if ( KErrNotFound != position )
-        {
-        // "?X-Sipx-Authidentity=" found
-        CutStringFromPosition( string, position );
-        CleanupStack::Pop( 1 ); // string, ReAlloc possible
-        CleanupStack::PushL( string );
-        }
     
     // Check ">" and remove text after it if exists
     position = CheckRightBracket( *string );
@@ -769,11 +759,6 @@
         returnValue = aUri.Find( KSVPAuthidentity2 );
         SVPDEBUG2( "CSVPTransferStateContext::CheckAuthidentity second return: %d", returnValue )
         }
-    if ( returnValue == KErrNotFound )
-        {
-        returnValue = aUri.Find( KSVPAuthidentity3 );
-        SVPDEBUG2( "CSVPTransferStateContext::CheckAuthidentity third return: %d", returnValue )
-        }
     return returnValue;
     }