[Bug 32612] Remove Tubes code

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Wed Jul 18 21:36:58 CEST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=32612

--- Comment #11 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2012-07-18 12:36:58 PDT ---
"muc-channel: add way to request single Tube channels"

+ do
+ {
+ out = g_random_int_range (0, G_MAXINT);
+ }
+ while (g_hash_table_lookup (priv->tubes,
+ GUINT_TO_POINTER (out)) != NULL);

should be in range (1 to G_MAXINT32) since 0 seems to be considered invalid
(this might apply to private tubes too, actually).

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.



More information about the telepathy-bugs mailing list