[Telepathy-commits] [telepathy-gabble/master] gabble_tube_dbus_accept: raise an error if create_dbus_server failed

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Mon Jan 26 08:48:56 PST 2009


---
 src/tube-dbus.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index b5d26d8..9d2855a 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -1547,7 +1547,8 @@ gabble_tube_dbus_accept (GabbleTubeIface *tube,
           NULL);
     }
 
-  create_dbus_server (self, NULL);
+  if (!create_dbus_server (self, error))
+    return FALSE;
 
   return TRUE;
 }
-- 
1.5.6.5




More information about the Telepathy-commits mailing list