[Telepathy-commits] [telepathy-gabble/master] gabble_private_tubes_factory_requestotron: no need to store the newly created tubes channel

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Mar 18 07:28:00 PDT 2009


---
 src/private-tubes-factory.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/private-tubes-factory.c b/src/private-tubes-factory.c
index 351fb1f..a32b538 100644
--- a/src/private-tubes-factory.c
+++ b/src/private-tubes-factory.c
@@ -1248,7 +1248,7 @@ gabble_private_tubes_factory_requestotron (GabblePrivateTubesFactory *self,
     {
       if (channel == NULL)
         {
-          channel = new_tubes_channel (self, handle, base_conn->self_handle,
+          new_tubes_channel (self, handle, base_conn->self_handle,
               request_token, TRUE);
           return TRUE;
         }
-- 
1.5.6.5




More information about the telepathy-commits mailing list