comparison src/protocols/oscar/icq.c @ 2733:eeac6ea7ade6

[gaim-migrate @ 2746] hi committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sat, 17 Nov 2001 03:18:40 +0000
parents efa3e7115cb5
children 6f527cbd899d
comparison
equal deleted inserted replaced
2732:efa3e7115cb5 2733:eeac6ea7ade6
119 aim_bstream_t qbs; 119 aim_bstream_t qbs;
120 fu32_t ouruin; 120 fu32_t ouruin;
121 fu16_t cmdlen, cmd, reqid; 121 fu16_t cmdlen, cmd, reqid;
122 122
123 if (!(tl = aim_readtlvchain(bs)) || !(datatlv = aim_gettlv(tl, 0x0001, 1))) { 123 if (!(tl = aim_readtlvchain(bs)) || !(datatlv = aim_gettlv(tl, 0x0001, 1))) {
124 if (tl) 124 aim_freetlvchain(&tl);
125 aim_freetlvchain(&tl);
126 faimdprintf(sess, 0, "corrupt ICQ response\n"); 125 faimdprintf(sess, 0, "corrupt ICQ response\n");
127 return 0; 126 return 0;
128 } 127 }
129 128
130 aim_bstream_init(&qbs, datatlv->value, datatlv->length); 129 aim_bstream_init(&qbs, datatlv->value, datatlv->length);