[LON-CAPA-cvs] cvs: loncom / lond
raeburn
raeburn at source.lon-capa.org
Mon Dec 3 14:32:51 EST 2018
raeburn Mon Dec 3 19:32:51 2018 EDT
Modified files:
/loncom lond
Log:
- Remove trailing whitespace.
Index: loncom/lond
diff -u loncom/lond:1.553 loncom/lond:1.554
--- loncom/lond:1.553 Mon Dec 3 13:20:21 2018
+++ loncom/lond Mon Dec 3 19:32:51 2018
@@ -2,7 +2,7 @@
# The LearningOnline Network
# lond "LON Daemon" Server (port "LOND" 5663)
#
-# $Id: lond,v 1.553 2018/12/03 13:20:21 raeburn Exp $
+# $Id: lond,v 1.554 2018/12/03 19:32:51 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -65,7 +65,7 @@
my $status='';
my $lastlog='';
-my $VERSION='$Revision: 1.553 $'; #' stupid emacs
+my $VERSION='$Revision: 1.554 $'; #' stupid emacs
my $remoteVERSION;
my $currenthostid="default";
my $currentdomainid;
@@ -833,8 +833,8 @@
# hosts.tab ($filename eq host).
# domain.tab ($filename eq domain).
# dns_hosts.tab ($filename eq dns_host).
- # dns_domain.tab ($filename eq dns_domain).
- # loncapaCAcrl.pem ($filename eq loncapaCAcrl);
+ # dns_domain.tab ($filename eq dns_domain).
+ # loncapaCAcrl.pem ($filename eq loncapaCAcrl).
# Construct the destination filename or reject the request.
#
# lonManage is supposed to ensure this, however this session could be
@@ -5552,10 +5552,10 @@
chomp($line);
if ($line eq $clientname) {
$dodelete = 1;
- last;
+ last;
}
}
- close($fh);
+ close($fh);
if ($dodelete) {
if (unlink("$execdir/$cookie.id")) {
$deleted = 1;
More information about the LON-CAPA-cvs
mailing list