Java: Added a session handler with authentication capability.
[doldaconnect.git] / lib / java / dolda / dolcon / protocol / Connection.java
index 43cf5a3..54aea90 100644 (file)
@@ -381,7 +381,6 @@ public class Connection {
                                code = Integer.parseInt(ct.toString());
                                ct.setLength(0);
                                state = "start";
-                               continue eat;
                            } else {
                                ct.append(c);
                            }