[LON-CAPA-cvs] cvs: loncom / lond

albertel lon-capa-cvs@mail.lon-capa.org
Sat, 22 Mar 2003 17:13:40 -0000


albertel		Sat Mar 22 12:13:40 2003 EDT

  Modified files:              
    /loncom	lond 
  Log:
  - I seem to never remember that the D in lonHostID is capitalized
  
  
Index: loncom/lond
diff -u loncom/lond:1.115 loncom/lond:1.116
--- loncom/lond:1.115	Tue Mar 18 17:51:03 2003
+++ loncom/lond	Sat Mar 22 12:13:40 2003
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.115 2003/03/18 22:51:03 albertel Exp $
+# $Id: lond,v 1.116 2003/03/22 17:13:40 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -199,7 +199,7 @@
     $hostid{$ip}=$id;
     $hostdom{$id}=$domain;
     $hostip{$id}=$ip;
-    if ($id eq $perlvar{'lonHostId'}) { $thisserver=$name; }
+    if ($id eq $perlvar{'lonHostID'}) { $thisserver=$name; }
     $PREFORK++;
 }
 close(CONFIG);