comparison src/protocols/msn/msn.c @ 10914:0249b1ad6322

[gaim-migrate @ 12671] Prevent the autoreconnect plugin trying to reconnect if there's no SSL support. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 14 May 2005 14:40:57 +0000
parents a8e84a45db3e
children 5ee8a313f8e7
comparison
equal deleted inserted replaced
10913:44e91a7708eb 10914:0249b1ad6322
658 658
659 gc = gaim_account_get_connection(account); 659 gc = gaim_account_get_connection(account);
660 660
661 if (!gaim_ssl_is_supported()) 661 if (!gaim_ssl_is_supported())
662 { 662 {
663 gc->wants_to_die = TRUE;
663 gaim_connection_error(gc, 664 gaim_connection_error(gc,
664 _("SSL support is needed for MSN. Please install a supported " 665 _("SSL support is needed for MSN. Please install a supported "
665 "SSL library. See http://gaim.sf.net/faq-ssl.php for more " 666 "SSL library. See http://gaim.sf.net/faq-ssl.php for more "
666 "information.")); 667 "information."));
667 668