# HG changeset patch # User Mark Doliner # Date 1053784034 0 # Node ID e1e6b2fda10570f9c5f92949f2f566d2f39fac46 # Parent 38ae6c7b438735f628ef7a3b725914b6ab3303a5 [gaim-migrate @ 5903] I don't know what I was thinking committer: Tailor Script diff -r 38ae6c7b4387 -r e1e6b2fda105 src/protocols/oscar/ssi.c --- a/src/protocols/oscar/ssi.c Sat May 24 06:13:42 2003 +0000 +++ b/src/protocols/oscar/ssi.c Sat May 24 13:47:14 2003 +0000 @@ -678,11 +678,11 @@ cur = next; } - /* Check if there are empty groups */ + /* Check if there are empty groups and delete them */ cur = sess->ssi.local; while (cur) { next = cur->next; - if ((cur->type == AIM_SSI_TYPE_GROUP) && (cur->data)) { + if (cur->type == AIM_SSI_TYPE_GROUP) { aim_tlv_t *tlv = aim_gettlv(cur->data, 0x00c8, 1); if (!tlv || !tlv->length) aim_ssi_itemlist_del(&sess->ssi.local, cur);