[Telepathy-commits] [telepathy-gabble/master] src/tube-stream.c: Fix: set the address type correctly on the new tube iface

Alban Crequy alban.crequy at collabora.co.uk
Tue Nov 11 11:35:09 PST 2008


---
 src/tube-stream.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/tube-stream.c b/src/tube-stream.c
index 9d332f1..c2284df 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -2075,6 +2075,7 @@ gabble_tube_stream_accept_stream_tube (GabbleSvcChannelTypeStreamTube *iface,
   GError *error = NULL;
 
   /* parameters sanity checks are done in gabble_tube_stream_accept */
+  priv->address_type = address_type;
   priv->access_control = access_control;
   if (priv->access_control_param != NULL)
     tp_g_value_slice_free (priv->access_control_param);
-- 
1.5.6.5




More information about the Telepathy-commits mailing list