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
This commit is contained in:
Jamie Doornbos
2008-05-10 00:58:00 +00:00
parent c2a7e52626
commit 7bbd9baf28
@@ -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) +