comparison src/protocols/msn/notification.c @ 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 14b8dc2f5408
children ad5c8f01882b
comparison
equal deleted inserted replaced
7976:8e5a21b1efa6 7977:f82aa9301ed5
674 g_hash_table_insert(session->ssl_challenge_data, 674 g_hash_table_insert(session->ssl_challenge_data,
675 g_strdup(key), g_strdup(value)); 675 g_strdup(key), g_strdup(value));
676 676
677 key = c + 1; 677 key = c + 1;
678 } 678 }
679 }
680
681 if (key < value)
682 {
683 /* Let's not forget the last one, it doesn't end with a ',' */
684 g_hash_table_insert(session->ssl_challenge_data,
685 g_strdup(key), g_strdup(value));
679 } 686 }
680 687
681 g_free(challenge_data); 688 g_free(challenge_data);
682 689
683 #if 0 690 #if 0