summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-27 16:49:02 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-05-27 16:49:02 +0200
commit0ed8f442f49136d73045c29147f1e55b93dc80f1 (patch)
treefb56beeb5d7abc7997b330d9b306bbaff7c1dc8f
parent6f1776d368bb9b207e4c9ed58894d91810d41b7c (diff)
downloadtelepathy-glib-0ed8f442f49136d73045c29147f1e55b93dc80f1.tar.gz
dbus-tube-channel: no need to set result twice
-rw-r--r--telepathy-glib/dbus-tube-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/telepathy-glib/dbus-tube-channel.c b/telepathy-glib/dbus-tube-channel.c
index 60dc2c013..2dfbf78b4 100644
--- a/telepathy-glib/dbus-tube-channel.c
+++ b/telepathy-glib/dbus-tube-channel.c
@@ -166,7 +166,7 @@ static void
complete_operation (TpDBusTubeChannel *self)
{
TpDBusTubeChannelPrivate *priv = self->priv;
- GSimpleAsyncResult *result = priv->result;
+ GSimpleAsyncResult *result;
/* This dance is to ensure that we don't accidentally manipulate priv->result
* while calling out to user code. For instance, someone might call