[Bug 23640] [regression] Re-implement proxy support
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 7 18:32:31 CEST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=23640
--- Comment #7 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2010-09-07 09:32:31 PDT ---
http://git.collabora.co.uk/?p=user/nicolas/telepathy-gabble.git;a=commitdiff;h=497aabcccda38d397a17a1e3bcb330d599fcdc91
> + old_ssl = (tp_strdiff (split[2],"oldssl") == FALSE);
We don't use explicit comparison for things that already return boolean, and we
do put whitespace after commas:
old_ssl = !tp_strdiff (split[2], "oldssl");
--
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