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.35 by tdb, Mon Feb 24 20:18:50 2003 UTC vs.
Revision 1.36 by tdb, Wed Feb 26 17:16:30 2003 UTC

# Line 169 | Line 169 | class HostInit extends Thread {
169                      boolean newConfig = _configManager.isModified(filelist, Long.parseLong(lastModified));
170                      if(newConfig) {
171                          // new config !
172 <                        _socketOut.println("ERROR");
172 >                        _socketOut.println("EXPIRED");
173                      }
174                      else {
175                          // nothing has changed

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines