[next] telepathy-glib: tp-fs: add mising 'break' in switch block

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Mon May 26 05:16:00 PDT 2014


Module: telepathy-glib
Branch: next
Commit: 8b90cbf1671947d1a6ca014a35e8d55f4803b77e
URL:    http://cgit.freedesktop.org/telepathy/telepathy-glib/commit/?id=8b90cbf1671947d1a6ca014a35e8d55f4803b77e

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Wed May 21 10:49:02 2014 +0200

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 65d2d2c..46ed90b 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -1552,6 +1552,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