From 7bbd9baf2801ca4a4efece2be81327b252b917c6 Mon Sep 17 00:00:00 2001 From: Jamie Doornbos Date: Sat, 10 May 2008 00:58:00 +0000 Subject: [PATCH] Fixed bug where bureau registry would not destroy pending agents, exposed by curretnly broken thane client git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5075 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/java/com/threerings/bureau/server/BureauRegistry.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/java/com/threerings/bureau/server/BureauRegistry.java b/src/java/com/threerings/bureau/server/BureauRegistry.java index 7b72a7292..6244c5215 100644 --- a/src/java/com/threerings/bureau/server/BureauRegistry.java +++ b/src/java/com/threerings/bureau/server/BureauRegistry.java @@ -394,12 +394,6 @@ public class BureauRegistry return null; } - if (bureau.clientObj == null) { - Log.warning("Bureau not yet connected in " + resolver + - " " + StringUtil.toString(agent)); - return null; - } - if (client != null && bureau.clientObj != client) { Log.warning("Masquerading request in " + resolver + " " + StringUtil.toString(agent) +