--- a/src/protocols/oscar/family_admin.c Wed Apr 19 02:41:27 2006 +0000 +++ b/src/protocols/oscar/family_admin.c Wed Apr 19 03:31:47 2006 +0000 @@ -224,17 +224,17 @@ int ret = 0; aim_rxcallback_t userfunc; guint16 status; - aim_tlvlist_t *tl; + /* aim_tlvlist_t *tl; */ status = byte_stream_get16(bs); - /* This is 0x0013 if unable to confirm at this time */ + /* Status is 0x0013 if unable to confirm at this time */ - tl = aim_tlvlist_read(bs); + /* tl = aim_tlvlist_read(bs); */ if ((userfunc = aim_callhandler(od, snac->family, snac->subtype))) ret = userfunc(od, conn, frame, status); - aim_tlvlist_free(&tl); + /* aim_tlvlist_free(&tl); */ return ret; }