diff libpurple/protocols/msn/servconn.c @ 19993:e73e510d56ec

A fix from Laszlo Pandy to make the MSN HTTP Method work again. Fixes #2638 and should make a number of people happy. This introduces a new string that isn't marked as translatable for 2.2.0 because it is so late in the game.
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 13 Sep 2007 03:02:34 +0000
parents 44b4e8bd759b
children 3972d9b3ca2f 8a4748cbf844
line wrap: on
line diff
--- a/libpurple/protocols/msn/servconn.c	Thu Sep 13 02:38:20 2007 +0000
+++ b/libpurple/protocols/msn/servconn.c	Thu Sep 13 03:02:34 2007 +0000
@@ -223,7 +223,7 @@
 
 		if (!servconn->httpconn->connected)
 			if (!msn_httpconn_connect(servconn->httpconn, host, port))
-				return FALSE;;
+				return FALSE;
 
 		servconn->connected = TRUE;
 		servconn->httpconn->virgin = TRUE;