]> andersk Git - moira.git/commitdiff
Bugfix so we no longer hang if the reg_svr goes away.
authorjis <jis>
Wed, 5 Aug 1998 01:37:59 +0000 (01:37 +0000)
committerjis <jis>
Wed, 5 Aug 1998 01:37:59 +0000 (01:37 +0000)
clients/regapplet/regapplet/Parser.java

index 0ac180b8fd0fee53dbf845d80f5c907a33718dd5..1353bc1e4b23b14aae209422dd4c2a414dda5b04 100644 (file)
@@ -36,7 +36,7 @@ public class Parser {
        if (type == 0x45) data = encap.decrypt(data);
        else System.arraycopy(data, 8, data, 0, data.length-8);
      } else {
-       new IOException("Unknown type code in data stream");
+       throw new IOException("Unknown type code in data stream, or I/O Error");
      }
      String [] pdat = pparse(data);
      if (!pdat[0].equals("v1")) {
This page took 0.038894 seconds and 5 git commands to generate.