libpurple/protocols/msn/msn.c

branch
release-2.2.1
changeset 20046
a82441d2af87
parent 20045
03d26269d62a
child 20414
0f5cf0aaeb07
--- a/libpurple/protocols/msn/msn.c	Fri Sep 28 15:23:16 2007 +0000
+++ b/libpurple/protocols/msn/msn.c	Mon Oct 01 17:01:00 2007 +0000
@@ -731,7 +731,7 @@
 	http_method = purple_account_get_bool(account, "http_method", FALSE);
 
 	if (http_method)
-		host = purple_account_get_string(account, "http_method_server", MSN_HTTPCONN_SERVER);
+		host = purple_account_get_string(account, "http_method_server", MSN_SERVER);
 	else
 		host = purple_account_get_string(account, "server", MSN_SERVER);
 	port = purple_account_get_int(account, "port", MSN_PORT);

mercurial