summaryrefslogtreecommitdiff
path: root/telepathy-glib/stream-tube-channel.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-04 15:45:42 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-10-04 15:45:42 +0200
commit2f333926362070fab5629a0faca497191d232d23 (patch)
tree7c3021edd3e5f4745780df6ab93c72b8f1d0477c /telepathy-glib/stream-tube-channel.c
parent9db75a4460d25ef41e97e42c971a5a198b7c360f (diff)
downloadtelepathy-glib-2f333926362070fab5629a0faca497191d232d23.tar.gz
link a gio bug in a FIXME
Diffstat (limited to 'telepathy-glib/stream-tube-channel.c')
-rw-r--r--telepathy-glib/stream-tube-channel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/telepathy-glib/stream-tube-channel.c b/telepathy-glib/stream-tube-channel.c
index c1862e6e6..157c998b8 100644
--- a/telepathy-glib/stream-tube-channel.c
+++ b/telepathy-glib/stream-tube-channel.c
@@ -864,7 +864,8 @@ tp_stream_tube_channel_accept_async (TpStreamTubeChannel *self,
case TP_SOCKET_ACCESS_CONTROL_PORT:
/* FIXME: set the address of the socket. Gio doesn't seem to have API
* to get the port before connecting without specifying the whole
- * adress (we can't as we don't know which ports are available). */
+ * adress (we can't as we don't know which ports are available).
+ * See https://bugzilla.gnome.org/show_bug.cgi?id=631316 */
self->priv->access_control_param = tp_g_value_slice_new_uint (0);
break;