Mercurial > pidgin.yaz
changeset 7938:160547821ea2
[gaim-migrate @ 8609]
We weren't finding the default command handler, due to a case issue. Fixed.
committer: Tailor Script <tailor@pidgin.im>
author | Christian Hammond <chipx86@chipx86.com> |
---|---|
date | Sat, 27 Dec 2003 01:37:33 +0000 |
parents | 0dc286295b36 |
children | 451d2946423e |
files | src/protocols/msn/servconn.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/protocols/msn/servconn.c Sat Dec 27 01:35:04 2003 +0000 +++ b/src/protocols/msn/servconn.c Sat Dec 27 01:37:33 2003 +0000 @@ -81,7 +81,7 @@ cb = g_hash_table_lookup(servconn->commands, command); if (cb == NULL) { - cb = g_hash_table_lookup(servconn->commands, "_UNKNOWN_"); + cb = g_hash_table_lookup(servconn->commands, "_unknown_"); if (cb == NULL) { gaim_debug(GAIM_DEBUG_WARNING, "msn",