[LON-CAPA-cvs] cvs: loncom / lond
foxr
lon-capa-cvs@mail.lon-capa.org
Thu, 28 Mar 2002 04:27:43 -0000
foxr Wed Mar 27 23:27:43 2002 EDT
Modified files:
/loncom lond
Log:
Fix accidental commit error.
Index: loncom/lond
diff -u loncom/lond:1.75 loncom/lond:1.76
--- loncom/lond:1.75 Tue Mar 26 23:07:02 2002
+++ loncom/lond Wed Mar 27 23:27:42 2002
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.75 2002/03/27 04:07:02 foxr Exp $
+# $Id: lond,v 1.76 2002/03/28 04:27:42 foxr Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -533,7 +533,7 @@
if ($clientok) {
# ---------------- New known client connecting, could mean machine online again
- # &reconlonc("$perlvar{'lonSockDir'}/$hostid{$clientip}");
+ &reconlonc("$perlvar{'lonSockDir'}/$hostid{$clientip}");
&logthis(
"<font color=green>Established connection: $hostid{$clientip}</font>");
&status('Will listen to '.$hostid{$clientip});