comparison libgaim/protocols/oscar/family_feedbag.c @ 14917:f9acffc89b18

[gaim-migrate @ 17689] Remove an unnecessary lion. I mean line, not lion. Silly me. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 07 Nov 2006 02:50:09 +0000
parents 0e53993f0da2
children f1e353fa21de
comparison
equal deleted inserted replaced
14916:0e53993f0da2 14917:f9acffc89b18
1643 } 1643 }
1644 od->ssi.pending = cur; 1644 od->ssi.pending = cur;
1645 1645
1646 /* If we're not waiting for any more acks, then send more SNACs */ 1646 /* If we're not waiting for any more acks, then send more SNACs */
1647 if (!od->ssi.pending) { 1647 if (!od->ssi.pending) {
1648 od->ssi.pending = NULL;
1649 od->ssi.waiting_for_ack = 0; 1648 od->ssi.waiting_for_ack = 0;
1650 aim_ssi_sync(od); 1649 aim_ssi_sync(od);
1651 } 1650 }
1652 1651
1653 return ret; 1652 return ret;