[LON-CAPA-cvs] cvs: loncom / loncnew
albertel
lon-capa-cvs@mail.lon-capa.org
Mon, 25 Aug 2003 18:48:11 -0000
albertel Mon Aug 25 14:48:11 2003 EDT
Modified files:
/loncom loncnew
Log:
- fixing a forgotten ;
Index: loncom/loncnew
diff -u loncom/loncnew:1.19 loncom/loncnew:1.20
--- loncom/loncnew:1.19 Tue Aug 19 05:31:46 2003
+++ loncom/loncnew Mon Aug 25 14:48:11 2003
@@ -2,7 +2,7 @@
# The LearningOnline Network with CAPA
# lonc maintains the connections to remote computers
#
-# $Id: loncnew,v 1.19 2003/08/19 09:31:46 foxr Exp $
+# $Id: loncnew,v 1.20 2003/08/25 18:48:11 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -45,6 +45,9 @@
# Change log:
# $Log: loncnew,v $
+# Revision 1.20 2003/08/25 18:48:11 albertel
+# - fixing a forgotten ;
+#
# Revision 1.19 2003/08/19 09:31:46 foxr
# Get socket directory from configuration rather than the old hard coded test
# way that I forgot to un-hard code.
@@ -150,7 +153,7 @@
# The variables below are only used by the child processes.
#
my $RemoteHost; # Name of host child is talking to.
-my $UnixSocketDir= $perlvar{'lonSockDir'}
+my $UnixSocketDir= $perlvar{'lonSockDir'};
my $IdleConnections = Stack->new(); # Set of idle connections
my %ActiveConnections; # Connections to the remote lond.
my %ActiveTransactions; # LondTransactions in flight.