Not to freak out about unmapped authing connections, connections are only
mapped after they are authenticated. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@2787 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
//
|
//
|
||||||
// $Id: ClientManager.java,v 1.32 2003/07/22 02:50:49 mdb Exp $
|
// $Id: ClientManager.java,v 1.33 2003/08/20 19:30:52 mdb Exp $
|
||||||
|
|
||||||
package com.threerings.presents.server;
|
package com.threerings.presents.server;
|
||||||
|
|
||||||
@@ -321,7 +321,7 @@ public class ClientManager
|
|||||||
// and let the client know things went haywire
|
// and let the client know things went haywire
|
||||||
client.connectionFailed(fault);
|
client.connectionFailed(fault);
|
||||||
|
|
||||||
} else {
|
} else if (!(conn instanceof AuthingConnection)) {
|
||||||
Log.info("Unmapped connection failed? [conn=" + conn +
|
Log.info("Unmapped connection failed? [conn=" + conn +
|
||||||
", fault=" + fault + "].");
|
", fault=" + fault + "].");
|
||||||
Thread.dumpStack();
|
Thread.dumpStack();
|
||||||
|
|||||||
Reference in New Issue
Block a user