[LON-CAPA-cvs] cvs: loncom /lonnet/perl lonnet.pm
matthew
lon-capa-cvs@mail.lon-capa.org
Mon, 20 Dec 2004 20:47:23 -0000
matthew Mon Dec 20 15:47:23 2004 EDT
Modified files:
/loncom/lonnet/perl lonnet.pm
Log:
Added FIXME
Index: loncom/lonnet/perl/lonnet.pm
diff -u loncom/lonnet/perl/lonnet.pm:1.580 loncom/lonnet/perl/lonnet.pm:1.581
--- loncom/lonnet/perl/lonnet.pm:1.580 Mon Dec 20 15:29:00 2004
+++ loncom/lonnet/perl/lonnet.pm Mon Dec 20 15:47:23 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network
# TCP networking package
#
-# $Id: lonnet.pm,v 1.580 2004/12/20 20:29:00 albertel Exp $
+# $Id: lonnet.pm,v 1.581 2004/12/20 20:47:23 matthew Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -5582,6 +5582,7 @@
# ----------------------------------- Read loncapa.conf and loncapa_apache.conf
unless ($readit) {
{
+ # FIXME: Use LONCAPA::Configuration::read_conf here and omit next block
open(my $config,"</etc/httpd/conf/loncapa.conf");
while (my $configline=<$config>) {