pidgin: 2b7a217b: This extra check doesn't really work now...
markdoliner at pidgin.im
markdoliner at pidgin.im
Tue Feb 2 19:10:42 EST 2010
-----------------------------------------------------------------
Revision: 2b7a217b3bbed7bf35801e2c2989dadb8218cee0
Ancestor: e33dac1f291b0e2ad9f4093e375baff5a16a2005
Author: markdoliner at pidgin.im
Date: 2010-02-03T00:07:45
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/2b7a217b3bbed7bf35801e2c2989dadb8218cee0
Modified files:
libpurple/protocols/oscar/flap_connection.c
ChangeLog:
This extra check doesn't really work now that we have a concept of a
default rate class
-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/flap_connection.c 07819f2d2d29b9ebb23c052fead289767b4fce34
+++ libpurple/protocols/oscar/flap_connection.c b8c3ede57e748caa9083f0349cc5481225392e9c
@@ -258,14 +258,6 @@ flap_connection_send_snac_with_priority(
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)
More information about the Commits
mailing list