ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/HostUpdateSharp/HostUpdateSharp.cs
(Generate patch)

Comparing HostUpdateSharp/HostUpdateSharp.cs (file contents):
Revision 101 by Douglas Thrift, 2004-03-02T01:40:20-08:00 vs.
Revision 104 by Douglas Thrift, 2004-03-02T13:41:03-08:00

# Line 37 | Line 37 | public class HostUpdateSharp
37          }
38          public HostUpdateSharp()
39          {
40 <                StringBuilder host = new StringBuilder("host=" + Dns.GetHostName());
40 >                StringBuilder host = new StringBuilder("host=" +
41 >                        Dns.GetHostName().ToLower());
42                  string url = "http://topsecret.douglasthrift.net/auth/hostupdate.cgi";
43  
44                  if ((host + "").IndexOf('.') < 0)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines