summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-03-08 14:15:26 -0500
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-03-08 14:15:26 -0500
commit4ab19099d8d7a44a3de8ff806808ce0d2598b4ff (patch)
tree739b0651dbc89e3c0f7437bbfb44ec0b14ff4bcc
parent8e4b120740404c733ac3bbb6fa3f115aa4988b32 (diff)
downloadtelepathy-farstream-4ab19099d8d7a44a3de8ff806808ce0d2598b4ff.tar.gz
Don't access fsstream if it doesn't exist
-rw-r--r--telepathy-farstream/call-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-farstream/call-stream.c b/telepathy-farstream/call-stream.c
index 1e9fcce..fc0f635 100644
--- a/telepathy-farstream/call-stream.c
+++ b/telepathy-farstream/call-stream.c
@@ -127,7 +127,7 @@ tf_call_stream_update_sending_state (TfCallStream *self)
FsStreamDirection dir;
if (self->fsstream == NULL)
- goto done;
+ return;
if (self->endpoint == NULL)
goto done;