pidgin: 2e945980: media: Fix the TURN server setting to ac...

malu at pidgin.im malu at pidgin.im
Thu Jun 10 15:55:42 EDT 2010


-----------------------------------------------------------------
Revision: 2e94598029dc6350d656fd335ad83738ff0c8e29
Ancestor: a5baf7ca8907c15748c0a707d36aa836518b73ae
Author: malu at pidgin.im
Date: 2010-06-10T19:54:17
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/2e94598029dc6350d656fd335ad83738ff0c8e29

Modified files:
        ChangeLog libpurple/media/backend-fs2.c

ChangeLog: 

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...)

-------------- next part --------------
============================================================
--- ChangeLog	5dfe2d1234a64fc6f348ab1911c654d326c4dd8b
+++ ChangeLog	00d40f1392cd4925f77c62201e260089b233fdfe
@@ -1,6 +1,9 @@ version 2.7.2 (??/??/????):
 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.
 
============================================================
--- libpurple/media/backend-fs2.c	648440768a9f9891a769a4c606716d18af47c432
+++ libpurple/media/backend-fs2.c	f7a35c8d2a85fb0992e84bc4d0e348d44c510205
@@ -1639,6 +1639,7 @@ create_stream(PurpleMediaBackendFs2 *sel
 		g_value_set_boxed(&_params[_num_params].value,
 			relay_info);
 		g_value_array_free(relay_info);
+		_num_params++;
 	}
 
 	session = get_session(self, sess_id);


More information about the Commits mailing list