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

albertel lon-capa-cvs@mail.lon-capa.org
Wed, 28 Mar 2007 22:27:52 -0000


albertel		Wed Mar 28 18:27:52 2007 EDT

  Modified files:              
    /loncom	lond 
  Log:
  - one more lonnet replacement needed
  
  
Index: loncom/lond
diff -u loncom/lond:1.365 loncom/lond:1.366
--- loncom/lond:1.365	Wed Mar 28 18:14:33 2007
+++ loncom/lond	Wed Mar 28 18:27:51 2007
@@ -2,7 +2,7 @@
 # The LearningOnline Network
 # lond "LON Daemon" Server (port "LOND" 5663)
 #
-# $Id: lond,v 1.365 2007/03/28 22:14:33 albertel Exp $
+# $Id: lond,v 1.366 2007/03/28 22:27:51 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -59,7 +59,7 @@
 my $status='';
 my $lastlog='';
 
-my $VERSION='$Revision: 1.365 $'; #' stupid emacs
+my $VERSION='$Revision: 1.366 $'; #' stupid emacs
 my $remoteVERSION;
 my $currenthostid="default";
 my $currentdomainid;
@@ -5562,7 +5562,7 @@
 		    # no need to try to do recon's to myself
 		    next;
 		}
-		&reconlonc("$perlvar{'lonSockDir'}/".$hostname{$id});
+		&Apache::lonnet::reconlonc();
 	    }
 	    &logthis("<font color='green'>Established connection: $clientname</font>");
 	    &status('Will listen to '.$clientname);