# HG changeset patch # User Christian Hammond # Date 1072488904 0 # Node ID 0dc286295b36fe6722d860703b96b80e33494667 # Parent b8b83826cc61e812d489ab2bad8d7ad992e1d93d [gaim-migrate @ 8608] Remove some unnecessary stuff. committer: Tailor Script diff -r b8b83826cc61 -r 0dc286295b36 src/protocols/msn/dispatch.c --- a/src/protocols/msn/dispatch.c Sat Dec 27 01:31:10 2003 +0000 +++ b/src/protocols/msn/dispatch.c Sat Dec 27 01:35:04 2003 +0000 @@ -187,14 +187,7 @@ GaimConnection *gc = servconn->session->account->gc; if (isdigit(*command)) - { - char buf[4]; - - strncpy(buf, command, 4); - buf[4] = '\0'; - - gaim_connection_error(gc, (char *)msn_error_get_text(atoi(buf))); - } + gaim_connection_error(gc, msn_error_get_text(atoi(command))); else gaim_connection_error(gc, _("Unable to parse message.")); diff -r b8b83826cc61 -r 0dc286295b36 src/protocols/msn/msn.c --- a/src/protocols/msn/msn.c Sat Dec 27 01:31:10 2003 +0000 +++ b/src/protocols/msn/msn.c Sat Dec 27 01:35:04 2003 +0000 @@ -464,7 +464,7 @@ http_method = TRUE; gaim_debug(GAIM_DEBUG_INFO, "msn", "using http method\n"); - + server = "gateway.messenger.hotmail.com"; port = 80; }