vtengines/videoteleng/Src/State/CVtEngStateNegotiating.cpp
changeset 39 7510ce99d5ea
parent 0 ed9695c8bcbe
--- a/vtengines/videoteleng/Src/State/CVtEngStateNegotiating.cpp	Thu Sep 02 20:28:30 2010 +0300
+++ b/vtengines/videoteleng/Src/State/CVtEngStateNegotiating.cpp	Fri Sep 17 08:30:07 2010 +0300
@@ -57,7 +57,7 @@
     const MVtProtocolCommand::TVtProtocolState state( MediaHandler().ProtoState() );
     CVtEngStateBase* newState = NULL;
 
-    if ( bearerstate != MVtCtlCallControl::EConnected ||
+    if ( bearerstate != MVtCtlCallControl::EConnected &&
          state == MVtProtocolCommand::ESetup ) // <- connect failed
         {
         newState = NewStateL( MVtEngSessionInfo::EClearing );