summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-26 13:38:31 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-26 13:38:31 +0200
commitcdce30ff7231ba01e27899f8c8c42fb2dd5cae7c (patch)
tree3f643751983775d2bdaaf409ee5a5cf261079b13
parentb900606d28ee101dc5bf6f16dca6b26fdca81888 (diff)
call-stream: add mising 'break' in switch block
https://bugs.freedesktop.org/show_bug.cgi?id=79006
-rw-r--r--telepathy-farstream/call-stream.c1
1 files changed, 1 insertions, 0 deletions
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;