gaim/gaim

Backport changes from CVS head:
oldstatus
2005-01-03, Mark Doliner
6d32744ff6db
Parents fde5c0a90c06
Children 8886acba8713
Backport changes from CVS head:
* src/protocols/oscar/auth.c diff between revision 1.23 and 1.24
--- a/src/protocols/oscar/auth.c Sun Jan 02 23:58:03 2005 -0500
+++ b/src/protocols/oscar/auth.c Mon Jan 03 00:10:28 2005 -0500
@@ -555,7 +555,7 @@
len = strlen(securid);
- if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x01, 10+2+len)))
+ if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 10+2+len)))
return -ENOMEM;
snacid = aim_cachesnac(sess, AIM_CB_FAM_ATH, AIM_CB_ATH_SECURID_RESPONSE, 0x0000, NULL, 0);