--- projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/PacketSorter.java 2003/02/05 16:43:46 1.22 +++ projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/PacketSorter.java 2003/02/24 20:18:48 1.23 @@ -36,7 +36,7 @@ import java.util.*; * hosts it would like to listen for. * * @author $Author: tdb $ - * @version $Id: PacketSorter.java,v 1.22 2003/02/05 16:43:46 tdb Exp $ + * @version $Id: PacketSorter.java,v 1.23 2003/02/24 20:18:48 tdb Exp $ */ class PacketSorter extends Thread { @@ -45,7 +45,7 @@ class PacketSorter extends Thread { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.22 $"; + public final String REVISION = "$Revision: 1.23 $"; //---STATIC METHODS--- @@ -133,7 +133,7 @@ class PacketSorter extends Thread { String packetType = packet.getParam("packet.attributes.type"); // check if we need to send it regardless - if(packetType.equals("data") || packetType.equals("heartbeat")) { + if(packetType.equals("data")) { String host = packet.getParam("packet.attributes.machine_name"); // look in the hostMap to see if anyone wants this data