# HG changeset patch # User Sean Egan # Date 1020227161 0 # Node ID df6981a5185396ecacc1a117a5cc5a97ac1c6429 # Parent 3d2d57dba56b1f5aaaa1ba4f89a437d247e6335d [gaim-migrate @ 3210] Remember when I added code that forced the server to cs.yahoo.com from scs.yahoo.com? This changes it back. committer: Tailor Script diff -r 3d2d57dba56b -r df6981a51853 src/protocols/yahoo/yahoo.c --- a/src/protocols/yahoo/yahoo.c Mon Apr 29 18:07:27 2002 +0000 +++ b/src/protocols/yahoo/yahoo.c Wed May 01 04:26:01 2002 +0000 @@ -974,15 +974,14 @@ yd->hash = g_hash_table_new(g_str_hash, g_str_equal); yd->games = g_hash_table_new(g_str_hash, g_str_equal); -#if 0 - if (!g_strncasecmp(user->proto_opt[USEROPT_PAGERHOST], "scs.yahoo.com", strlen("scs.yahoo.com"))) { - /* Figured out the new auth method */ + + if (!g_strncasecmp(user->proto_opt[USEROPT_PAGERHOST], "cs.yahoo.com", strlen("cs.yahoo.com"))) { + /* Figured out the new auth method -- cs.yahoo.com likes to disconnect on buddy remove and add now */ debug_printf("Setting new Yahoo! server.\n"); - g_snprintf(user->proto_opt[USEROPT_PAGERHOST], strlen("cs.yahoo.com") + 1, "cs.yahoo.com"); + g_snprintf(user->proto_opt[USEROPT_PAGERHOST], strlen("scs.yahoo.com") + 1, "scs.yahoo.com"); save_prefs(); } -#endif /* 0 */ if (proxy_connect(user->proto_opt[USEROPT_PAGERHOST][0] ? user->proto_opt[USEROPT_PAGERHOST] : YAHOO_PAGER_HOST,