From: mid Date: Tue, 12 Sep 2000 05:12:15 +0000 (+0000) Subject: This should cure what ailes you. X-Git-Tag: rel_0_99_2~111 X-Git-Url: http://andersk.mit.edu/gitweb/libfaim.git/commitdiff_plain/5925849b5bb46b0960c1e8248cd3a2166a42c8bf This should cure what ailes you. --- diff --git a/CHANGES b/CHANGES index 74d39a7..02a2e24 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ No release numbers ------------------ + - Tue Sep 12 05:06:53 UTC 2000 + - Revert the two-byte change in aim_misc, clientready + - Tue Sep 5 04:41:45 GMT 2000 - Few more minor things - Added the changes needed for faimtest. diff --git a/aim_misc.c b/aim_misc.c index 3ba7722..1227f46 100644 --- a/aim_misc.c +++ b/aim_misc.c @@ -319,7 +319,10 @@ faim_export unsigned long aim_bos_clientready(struct aim_session_t *sess, 0x00, 0x01, 0x00, 0x03, 0x00, 0x04, - 0x07, 0xda, + 0x06, 0x86, /* the good ones */ +#if 0 + 0x07, 0xda, /* DUPLE OF DEATH! */ +#endif 0x00, 0x02, 0x00, 0x01, @@ -408,7 +411,10 @@ faim_export unsigned long aim_bos_ackrateresp(struct aim_session_t *sess, i += aimutil_put16(newpacket->data+i, 0x0003); i += aimutil_put16(newpacket->data+i, 0x0004); i += aimutil_put16(newpacket->data+i, 0x0005); - + + newpacket->commandlen = i; + newpacket->lock = 0; + aim_tx_enqueue(sess, newpacket); return (sess->snac_nextid); @@ -498,6 +504,8 @@ faim_export unsigned long aim_setversions(struct aim_session_t *sess, i += aimutil_put16(newpacket->data+i, 0x0003); /* version */ } #endif + + newpacket->commandlen = i; newpacket->lock = 0; aim_tx_enqueue(sess, newpacket);