simpleengine/siputils/src/simplesipconnection.cpp
branchRCL_3
changeset 25 e53c01f160bc
parent 14 de84881f4ac3
child 34 2669f8761a99
--- a/simpleengine/siputils/src/simplesipconnection.cpp	Tue May 25 13:08:20 2010 +0300
+++ b/simpleengine/siputils/src/simplesipconnection.cpp	Mon Jun 21 16:06:46 2010 +0300
@@ -2628,11 +2628,9 @@
     {
     if ( aState == ESimpleSipActive )
         {
-        // Check that both SIP Profile and SIP connection are ready.
+        // Check that SIP Profile is ready.
         // iProfileObserver is created in ConstructL.
-        if ( iProfileObserver->IsProfileActive() && 
-             iSipConnection &&
-             iSipConnection->State() == CSIPConnection::EActive )
+        if ( iProfileObserver->IsProfileActive() )
             {
             SetSipState( aState );            
             }