changeset 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 44e91a7708eb
children ceb530338123
files src/protocols/msn/msn.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/msn/msn.c	Sat May 14 13:52:03 2005 +0000
+++ b/src/protocols/msn/msn.c	Sat May 14 14:40:57 2005 +0000
@@ -660,6 +660,7 @@
 
 	if (!gaim_ssl_is_supported())
 	{
+		gc->wants_to_die = TRUE;
 		gaim_connection_error(gc,
 			_("SSL support is needed for MSN. Please install a supported "
 			  "SSL library. See http://gaim.sf.net/faq-ssl.php for more "