jingle/action-handlers.c
changeset 28 ed7520776c41
parent 27 fb602f55af15
child 29 9215053e8fb0
--- a/jingle/action-handlers.c	Sun Jul 04 01:10:51 2010 +0200
+++ b/jingle/action-handlers.c	Sun Jul 04 01:30:26 2010 +0200
@@ -88,6 +88,7 @@
   }
   if(!is_session) { // None of the app is supported
     jingle_send_session_terminate(m, "unsupported-applications");
+    return;
   }
 
   is_session = FALSE;  
@@ -98,6 +99,7 @@
   }
   if(!is_session) { // None of the transport is supported
     jingle_send_session_terminate(m, "unsupported-transports");
+    return;
   }
 }