From 30252afc83133c1310fb76c480d1e2a4b79bbea3 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Sat, 31 Mar 2007 02:35:49 +0000 Subject: [PATCH] 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 --- src/java/com/threerings/presents/net/AuthRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/threerings/presents/net/AuthRequest.java b/src/java/com/threerings/presents/net/AuthRequest.java index e28799089..0c8cf4815 100644 --- a/src/java/com/threerings/presents/net/AuthRequest.java +++ b/src/java/com/threerings/presents/net/AuthRequest.java @@ -100,7 +100,7 @@ public class AuthRequest extends UpstreamMessage { try { in.defaultReadObject(); - } catch (EOFException eofe) { + } catch (IOException ioe) { // 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 // the client it is out of date