From 0ed8f442f49136d73045c29147f1e55b93dc80f1 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 27 May 2014 16:49:02 +0200 Subject: dbus-tube-channel: no need to set result twice --- telepathy-glib/dbus-tube-channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1