telepathy-farstream: call-stream: add mising 'break' in switch block

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon May 26 04:39:16 PDT 2014


Module: telepathy-farstream
Branch: master
Commit: cdce30ff7231ba01e27899f8c8c42fb2dd5cae7c
URL:    http://cgit.freedesktop.org/telepathy/telepathy-farstream/commit/?id=cdce30ff7231ba01e27899f8c8c42fb2dd5cae7c

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Mon May 26 13:38:31 2014 +0200

call-stream: 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 b1d21ec..bbec0c9 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -1556,6 +1556,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;



More information about the telepathy-commits mailing list