changeset 30174:8cb39e235f39

media: Fix the TURN server setting to actually work again (it was apparently broken since the media refactoring for 2.7.0, as I found out when testing a TURN deployment...)
author Marcus Lundblad <ml@update.uu.se>
date Thu, 10 Jun 2010 19:54:17 +0000
parents 96d3f44d006d
children fc8f98d1e81f
files ChangeLog libpurple/media/backend-fs2.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Jun 07 20:05:15 2010 +0000
+++ b/ChangeLog	Thu Jun 10 19:54:17 2010 +0000
@@ -1,6 +1,9 @@
 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
 
 version 2.7.2 (??/??/????):
+	libpurple:
+	* Fix the TURN server setting to work again since the media refactor.
+
 	Pidgin:
 	* Re-focus the input area after clicking the attention toolbar button.
 
--- a/libpurple/media/backend-fs2.c	Mon Jun 07 20:05:15 2010 +0000
+++ b/libpurple/media/backend-fs2.c	Thu Jun 10 19:54:17 2010 +0000
@@ -1639,6 +1639,7 @@
 		g_value_set_boxed(&_params[_num_params].value,
 			relay_info);
 		g_value_array_free(relay_info);
+		_num_params++;
 	}
 
 	session = get_session(self, sess_id);