ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/TCPControlHandler.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/TCPControlHandler.java (file contents):
Revision 1.10 by tdb, Mon Jan 29 02:00:03 2001 UTC vs.
Revision 1.11 by tdb, Mon Jan 29 02:01:45 2001 UTC

# Line 73 | Line 73 | class TCPControlHandler extends Thread {
73              _socketOut.println(PROTOVER);
74              _socketOut.flush();
75              _clientName = _socketIn.readLine();
76 <            if(cmd==null) {
76 >            if(_clientName==null) {
77                  throw new IOException("Fatal error reading from client");
78              }
79              _socketOut.println("OK");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines