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.18 by tdb, Wed Feb 28 10:27:54 2001 UTC vs.
Revision 1.19 by tdb, Wed Feb 28 10:36:05 2001 UTC

# Line 98 | Line 98 | class HostInit extends Thread {
98                  else {
99                      try {
100                          // try to send the fqdn to the host
101 <                            _socketOut.println(InetAddress.getLocalHost().getHostName());
101 >                            _socketOut.println(_socket.getInetAddress().getHostName());
102                          }
103                          catch(UnknownHostException e) {
104                              // we failed for some reason

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines