From aef48f5493046f95a28c1cf69d12aeddfbd00254 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 21 May 2014 10:49:02 +0200 Subject: [PATCH 3/9] tp-fs: add mising 'break' in switch block https://bugs.freedesktop.org/show_bug.cgi?id=79006 --- telepathy-farstream/call-stream.c | 1 + 1 file changed, 1 insertion(+) diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c index 9d8d66f..86a3dfe 100644 --- a/telepathy-farstream/call-stream.c +++ b/telepathy-farstream/call-stream.c @@ -1553,6 +1553,7 @@ cb_fs_component_state_changed (TfCallStream *stream, guint component, break; case FS_STREAM_STATE_CONNECTED: state = TP_STREAM_ENDPOINT_STATE_PROVISIONALLY_CONNECTED; + break; case FS_STREAM_STATE_READY: state = TP_STREAM_ENDPOINT_STATE_FULLY_CONNECTED; break; -- 1.9.0