diff -r fb602f55af15 -r ed7520776c41 jingle/action-handlers.c --- 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; } }