# HG changeset patch # User Christian Hammond # Date 1073112782 0 # Node ID f82aa9301ed58ab7d8c3e248c098f05f7c4b9d61 # Parent 8e5a21b1efa6521bc75f3b058c5d521347f2e033 [gaim-migrate @ 8654] Fixed an MSN login bug some people likely experienced (thanks Felipe Contreras) committer: Tailor Script diff -r 8e5a21b1efa6 -r f82aa9301ed5 ChangeLog --- 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) diff -r 8e5a21b1efa6 -r f82aa9301ed5 src/protocols/msn/notification.c --- 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