if (DEBUG) {
logger.log(logger.INFO, "handleDead["+i+", "+ids.length+"]:sysid="+
ids[i]+", cid="+cids[i]+", on connection "+con);
}
PacketReference ref = s.handleDead(cids[i], ids[i], deadReason,
thr, comment, deliverCnt);
// if we return the reference, we could not re-deliver it ...
// no consumers .. so clean it up
if (ref != null) {