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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/filtermanager/HostInit.java (file contents):
Revision 1.37 by tdb, Thu Feb 27 17:04:24 2003 UTC vs.
Revision 1.38 by tdb, Thu Feb 27 18:03:58 2003 UTC

# Line 232 | Line 232 | class HostInit extends Thread {
232          String inBound = getInBound();
233          // check if it's what we're expecting
234          if(!inBound.equals(expected)) {
235 +            _socketOut.println("ERROR");
236              throw new IOException("protocol error - expected:"+expected+" got:" + inBound);
237          }
238          // it should be ok then

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines