From 5784a12e9c5df6f99e154cb65fa9cad7a2eb79ef Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 2 Dec 2006 08:14:44 +0000 Subject: [PATCH] deadHosts darcs-hash:20061202081444-5007d-5248c13b8274c418543171eddd68fc91d33f0167.gz --- src/org/ibex/mail/protocol/SMTP.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/ibex/mail/protocol/SMTP.java b/src/org/ibex/mail/protocol/SMTP.java index 0fbc478..90fb2ec 100644 --- a/src/org/ibex/mail/protocol/SMTP.java +++ b/src/org/ibex/mail/protocol/SMTP.java @@ -205,7 +205,7 @@ public class SMTP { public static class Outgoing extends Thread { - private static final HashSet deadHosts = new HashSet(); + private static final HashMap deadHosts = new HashMap(); public static void accept(Message m) throws IOException { if (m == null) { Log.warn(Outgoing.class, "attempted to accept(null)"); return; } String traces = m.headers.get("Received"); -- 1.7.10.4