Mercurial > pidgin
changeset 28939:0616027add19
This extra check doesn't really work now that we have a concept of a
default rate class
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 03 Feb 2010 00:07:45 +0000 |
parents | 2e3e0801de29 |
children | 4d50162d809e |
files | libpurple/protocols/oscar/flap_connection.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/flap_connection.c Wed Feb 03 00:05:22 2010 +0000 +++ b/libpurple/protocols/oscar/flap_connection.c Wed Feb 03 00:07:45 2010 +0000 @@ -258,14 +258,6 @@ rateclass->last.tv_sec = now.tv_sec; rateclass->last.tv_usec = now.tv_usec; } - } else { - /* - * It's normal for SNACs 0x0001/0x0006 and 0x0001/0x0017 to be - * sent before we receive rate info from the server, so don't - * bother warning about them. - */ - if (family != 0x0001 || (subtype != 0x0006 && subtype != 0x0017)) - purple_debug_warning("oscar", "No rate class found for family 0x%04hx subtype 0x%04hx\n", family, subtype); } if (enqueue)