comparison src/protocols/oscar/misc.c @ 2501:227cc42ffa6e

[gaim-migrate @ 2514] i should have hidden something ultra-secret in this. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 14 Oct 2001 11:36:36 +0000
parents 933346315b9b
children 1069b0940237
comparison
equal deleted inserted replaced
2500:1697ecbf1bcc 2501:227cc42ffa6e
649 aim_tlvlist_t *tl = NULL; 649 aim_tlvlist_t *tl = NULL;
650 fu32_t data; 650 fu32_t data;
651 651
652 data = 0x00030000 | status; /* yay for error checking ;^) */ 652 data = 0x00030000 | status; /* yay for error checking ;^) */
653 653
654 if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 10 + 4))) 654 if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 10 + 8)))
655 return -ENOMEM; 655 return -ENOMEM;
656 656
657 snacid = aim_cachesnac(sess, 0x0001, 0x001e, 0x0000, NULL, 0); 657 snacid = aim_cachesnac(sess, 0x0001, 0x001e, 0x0000, NULL, 0);
658 aim_putsnac(&fr->data, 0x0001, 0x001e, 0x0000, snacid); 658 aim_putsnac(&fr->data, 0x0001, 0x001e, 0x0000, snacid);
659 659