changeset 7977:f82aa9301ed5

[gaim-migrate @ 8654] Fixed an MSN login bug some people likely experienced (thanks Felipe Contreras) committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 03 Jan 2004 06:53:02 +0000
parents 8e5a21b1efa6
children 4ed44e5e0df3
files ChangeLog src/protocols/msn/notification.c
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jan 03 06:25:24 2004 +0000
+++ b/ChangeLog	Sat Jan 03 06:53:02 2004 +0000
@@ -7,6 +7,7 @@
 	* Improved i18n support for MSN email notification (Felipe Contreras)
 	* Jabber SASL PLAIN support
 	* Improved Jabber MUC (Chat) support
+	* Fixed an MSN login bug some people likely experienced (Felipe Contreras)
 	* Touch-up various dialogs to follow the Gnome Human Interface
 	  Guidelines more closely (Steven Garrity, Nathan Fredrickson, and
 	  Ka-Hing Cheung)
--- a/src/protocols/msn/notification.c	Sat Jan 03 06:25:24 2004 +0000
+++ b/src/protocols/msn/notification.c	Sat Jan 03 06:53:02 2004 +0000
@@ -678,6 +678,13 @@
 			}
 		}
 
+		if (key < value)
+		{
+			/* Let's not forget the last one, it doesn't end with a ',' */
+			g_hash_table_insert(session->ssl_challenge_data,
+								g_strdup(key), g_strdup(value));
+		}
+
 		g_free(challenge_data);
 
 #if 0