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:
@@ -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) +
|
||||
|
||||
Reference in New Issue
Block a user