Apparently that's an IOException by the time it makes it up to us.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4641 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2007-03-31 02:35:49 +00:00
parent 3e2080cfd2
commit 30252afc83
@@ -100,7 +100,7 @@ public class AuthRequest extends UpstreamMessage
{ {
try { try {
in.defaultReadObject(); in.defaultReadObject();
} catch (EOFException eofe) { } catch (IOException ioe) {
// if we fail here because the client is old, leave ourselves with a partially // if we fail here because the client is old, leave ourselves with a partially
// initialized set of credentials, which the server will generally cope with by telling // initialized set of credentials, which the server will generally cope with by telling
// the client it is out of date // the client it is out of date